diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-11 14:31:17 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-11 21:44:26 -0500 |
commit | 6322f45e7b11eb0124bcf63b679b4db05f1acdb6 (patch) | |
tree | 3233763c08a2051710d27a309e3482b2e36e84f8 /tests/error_008_checkjs.js.out | |
parent | 8fdc1251cd752fc7dc20ad9dac43a3f05d67b87e (diff) |
Pipe new exception info through into JSError
Adds a new integration test for syntax error.
Diffstat (limited to 'tests/error_008_checkjs.js.out')
-rw-r--r-- | tests/error_008_checkjs.js.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/error_008_checkjs.js.out b/tests/error_008_checkjs.js.out index c40012712..eb56aad17 100644 --- a/tests/error_008_checkjs.js.out +++ b/tests/error_008_checkjs.js.out @@ -1,2 +1,5 @@ +[WILDCARD]tests/error_008_checkjs.js:2:0 +consol.log("hello world!"); + ReferenceError: consol is not defined at [WILDCARD]tests/error_008_checkjs.js:2:1 |