summaryrefslogtreecommitdiff
path: root/test/message/vm_dont_display_runtime_error.out
blob: e0795d1f535e35db6915e1ec527fcd54a34df6c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
beginning
middle
test.vm:1
throw new Error("boo!")
^
Error: boo!
    at test.vm:1:7
    at ContextifyScript.Script.runInThisContext (vm.js:*)
    at Object.exports.runInThisContext (vm.js:*)
    at Object.<anonymous> (*test*message*vm_dont_display_runtime_error.js:*)
    at Module._compile (module.js:*)
    at Object.Module._extensions..js (module.js:*)
    at Module.load (module.js:*)
    at tryModuleLoad (module.js:*:*)
    at Function.Module._load (module.js:*)
    at Module.runMain (module.js:*)