2013-08-25 06:53:24 +08:00
|
|
|
beginning
|
|
|
|
test.vm:1
|
|
|
|
throw new Error("boo!")
|
2015-06-19 19:23:56 +08:00
|
|
|
^
|
2017-02-15 13:02:50 +08:00
|
|
|
|
2013-08-25 06:53:24 +08:00
|
|
|
Error: boo!
|
|
|
|
at test.vm:1:7
|
2017-11-30 03:55:43 +08:00
|
|
|
at Script.runInThisContext (vm.js:*)
|
2017-02-15 13:02:50 +08:00
|
|
|
at Object.runInThisContext (vm.js:*)
|
2013-08-25 06:53:24 +08:00
|
|
|
at Object.<anonymous> (*test*message*vm_display_runtime_error.js:*)
|
|
|
|
at Module._compile (module.js:*)
|
|
|
|
at Object.Module._extensions..js (module.js:*)
|
|
|
|
at Module.load (module.js:*)
|
2016-04-07 22:04:47 +08:00
|
|
|
at tryModuleLoad (module.js:*:*)
|
2013-08-25 06:53:24 +08:00
|
|
|
at Function.Module._load (module.js:*)
|
2017-04-19 04:46:49 +08:00
|
|
|
at Function.Module.runMain (module.js:*)
|
2017-05-19 05:53:20 +08:00
|
|
|
test.vm:1
|
|
|
|
throw new Error("spooky!")
|
|
|
|
^
|
|
|
|
|
|
|
|
Error: spooky!
|
|
|
|
at test.vm:1:7
|
2017-11-30 03:55:43 +08:00
|
|
|
at Script.runInThisContext (vm.js:*)
|
2017-05-19 05:53:20 +08:00
|
|
|
at Object.runInThisContext (vm.js:*)
|
|
|
|
at Object.<anonymous> (*test*message*vm_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 Function.Module.runMain (module.js:*)
|