summaryrefslogtreecommitdiff
path: root/test/message/stdin_messages.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/message/stdin_messages.out')
-rw-r--r--test/message/stdin_messages.out3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/message/stdin_messages.out b/test/message/stdin_messages.out
index 1d860918df..62c43b02a8 100644
--- a/test/message/stdin_messages.out
+++ b/test/message/stdin_messages.out
@@ -18,6 +18,7 @@ throw new Error("hello")
^
Error: hello
at [stdin]:1:*
+ at ContextifyScript.Script.runInThisContext (vm.js:*)
at Object.exports.runInThisContext (vm.js:*)
at Object.<anonymous> ([stdin]-wrapper:*:*)
at Module._compile (module.js:*:*)
@@ -30,6 +31,7 @@ throw new Error("hello")
^
Error: hello
at [stdin]:1:*
+ at ContextifyScript.Script.runInThisContext (vm.js:*)
at Object.exports.runInThisContext (vm.js:*)
at Object.<anonymous> ([stdin]-wrapper:*:*)
at Module._compile (module.js:*:*)
@@ -43,6 +45,7 @@ var x = 100; y = x;
^
ReferenceError: y is not defined
at [stdin]:1:16
+ at ContextifyScript.Script.runInThisContext (vm.js:*)
at Object.exports.runInThisContext (vm.js:*)
at Object.<anonymous> ([stdin]-wrapper:*:*)
at Module._compile (module.js:*:*)