Files
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.
2018-01-08 11:08:25 -08:00
..
2017-09-14 17:04:00 -07:00
2017-05-29 22:28:28 -07:00
2017-08-04 12:03:25 -07:00
2016-05-18 13:15:57 -07:00
2017-08-04 12:03:25 -07:00
2016-05-18 13:15:57 -07:00