From 90b0a771e405eab9bc48e83ca7e4f47d3203d088 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Sat, 27 Aug 2016 14:11:41 +0300 Subject: Uncaught exceptions in JS now always propagate with better stack trace. --- web/news/version_0_15_released.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web') diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst index 2b1b216b8..bdbd79a2b 100644 --- a/web/news/version_0_15_released.rst +++ b/web/news/version_0_15_released.rst @@ -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 ----------------- -- cgit 1.4.1-2-gfad0 ption> This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log tree commit diff stats
path: root/tests/cpp/tfam.nim
blob: 6bd89fe245c4b5b2fcdb5451ba6272e57d92625f (plain) (blame)
1
2
3
4
5
6
7