diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-06-20 12:07:01 +1000 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-19 19:07:01 -0700 |
commit | 425df50484f315dcd63b4d93ab6911702779899e (patch) | |
tree | 61d95f3773f254e1ed17d915ad927d40a1caeeea /tests/error_008_checkjs.js.out | |
parent | 43f48386d7921612c5cbe7d39a4dfb82a3f3367e (diff) |
Combine CLI Errors (#2487)
Diffstat (limited to 'tests/error_008_checkjs.js.out')
-rw-r--r-- | tests/error_008_checkjs.js.out | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/error_008_checkjs.js.out b/tests/error_008_checkjs.js.out index 2341af23f..5c50e8513 100644 --- a/tests/error_008_checkjs.js.out +++ b/tests/error_008_checkjs.js.out @@ -1,5 +1,7 @@ -[WILDCARD]tests/error_008_checkjs.js:2:0 -consol.log("hello world!"); -^ -Uncaught ReferenceError: consol is not defined +[WILDCARD]error: Uncaught ReferenceError: consol is not defined +[WILDCARD]tests/error_008_checkjs.js:2:1 + +2 consol.log("hello world!"); + ^ + at [WILDCARD]tests/error_008_checkjs.js:2:1 |