mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-22 15:25:22 +00:00
Uncaught exceptions in JS now always propagate with better stack trace.
This commit is contained in:
@@ -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
|
||||
-----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user