Files
Signal-Desktop/js
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 16:53:45 -07:00
2017-10-30 14:45:57 -07:00
2017-09-25 15:00:34 -07:00
2017-09-15 13:22:11 -07:00
2017-09-14 16:53:38 -07:00
2016-09-20 13:42:33 -07:00