diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-29 11:32:40 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-30 15:53:23 -0500 |
commit | 13582ff3f2478f2e2cafa3042fc6aa96ae5049c5 (patch) | |
tree | 02c7828b99b5e7dcb394aea7dd0e5f5b14779fbe /tests/error_008_checkjs.js.out | |
parent | b9e368cb4c24a8fb52d151c2d80288642433156d (diff) |
libdeno: improve exception handling
Diffstat (limited to 'tests/error_008_checkjs.js.out')
-rw-r--r-- | tests/error_008_checkjs.js.out | 2 |
1 files changed, 1 insertions, 1 deletions
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 |