From 6322f45e7b11eb0124bcf63b679b4db05f1acdb6 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 11 Jan 2019 14:31:17 -0500 Subject: Pipe new exception info through into JSError Adds a new integration test for syntax error. --- tests/error_008_checkjs.js.out | 3 +++ 1 file changed, 3 insertions(+) (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 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 -- cgit v1.2.3