You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/libtextsecure/test
Scott Nonnenberg 6464d0a5fa
Make errors more debuggable; capture correct stack, include name (#1944)
No more errors like this in the logs!

```
INFO  2018-01-05T18:33:15.942Z Message.saveErrors: null Error
    at file:///C:/Users/Test/AppData/Local/Programs/signal-desktop/resources/app.asar/js/libtextsecure.js:30:33
    at file:///C:/Users/Test/AppData/Local/Programs/signal-desktop/resources/app.asar/js/libtextsecure.js:138:3
    at file:///C:/Users/Test/AppData/Local/Programs/signal-desktop/resources/app.asar/js/libtextsecure.js:40718:3
```

It has no information in the title, and then the callstack points to
the `new Error()` line in the old `errors.js`.

This change will include the actual error name and message details in
the stack, and will include the original http error stack as well if
provided.
7 years ago
..
_test.js Save prekeys optimistically, track confirms, new clean behavior (#1846) 8 years ago
account_manager_test.js Save prekeys optimistically, track confirms, new clean behavior (#1846) 8 years ago
blanket_mocha.js Split tests between libtextsecure and main 10 years ago
contacts_parser_test.js Remove erroneous license file and headers 10 years ago
crypto_test.js Profiles (#1453) 8 years ago
fake_api.js Remove erroneous license file and headers 10 years ago
generate_keys_test.js Remove out of date test 8 years ago
helpers_test.js Move, rename, and simplify toArrayBuffer helper 9 years ago
in_memory_signal_protocol_store.js Fix tests 8 years ago
index.html Make errors more debuggable; capture correct stack, include name (#1944) 7 years ago
message_receiver_test.js Dedupe methods 9 years ago
protocol_test.js Remove erroneous license file and headers 10 years ago
protocol_wrapper_test.js Fix tests 8 years ago
storage_test.js Dedupe methods 9 years ago
task_with_timeout_test.js createTaskWithTimeout: Don't log expiration if task threw (#1412) 8 years ago
test.js Save prekeys optimistically, track confirms, new clean behavior (#1846) 8 years ago
websocket-resources_test.js Save prekeys optimistically, track confirms, new clean behavior (#1846) 8 years ago
websocket_test.js Remove erroneous license file and headers 10 years ago