Uncaught exceptions in JS now always propagate with better stack trace.

This commit is contained in:
Yuriy Glukhov
2016-08-27 14:11:41 +03:00
parent 7e643d7378
commit 90b0a771e4
2 changed files with 40 additions and 29 deletions

View File

@@ -57,6 +57,9 @@ that have tuple name:
- Now when you compile console application for Windows, console output
encoding is automatically set to UTF-8.
- Unhandled exceptions in JavaScript are now thrown regardless ``noUnhandledHandler``
is defined. But now they do their best to provide a readable stack trace.
Library Additions
-----------------