From 13582ff3f2478f2e2cafa3042fc6aa96ae5049c5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 29 Jan 2019 11:32:40 -0500 Subject: libdeno: improve exception handling --- tests/error_008_checkjs.js.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/error_008_checkjs.js.out') diff --git a/tests/error_008_checkjs.js.out b/tests/error_008_checkjs.js.out index eb56aad17..6d899f9d6 100644 --- a/tests/error_008_checkjs.js.out +++ b/tests/error_008_checkjs.js.out @@ -1,5 +1,5 @@ [WILDCARD]tests/error_008_checkjs.js:2:0 consol.log("hello world!"); -ReferenceError: consol is not defined +Uncaught ReferenceError: consol is not defined at [WILDCARD]tests/error_008_checkjs.js:2:1 -- cgit v1.2.3