Handle newlines in error messages, fixes #1495

This commit is contained in:
Roderic Day 2017-10-10 22:53:19 -04:00
parent 77378af232
commit 8fe7088398
3 changed files with 17 additions and 1 deletions

View file

@ -29,6 +29,7 @@
- Added support for async functions and promises in tests - ([#1928](https://github.com/MithrilJS/mithril.js/pull/1928))
- Error handling for async tests with `done` callbacks supports error as first argument
- Error messages which include newline characters do not swallow the stack trace ([#1495](https://github.com/MithrilJS/mithril.js/issues/1495))
#### Bug fixes