2013-08-25 00:53:24 +02:00
|
|
|
beginning
|
|
|
|
|
2016-01-26 04:44:17 +01:00
|
|
|
foo.vm:1
|
|
|
|
var 4;
|
|
|
|
^
|
|
|
|
SyntaxError: Unexpected number
|
|
|
|
at Object.exports.runInThisContext (vm.js:*)
|
|
|
|
at Object.<anonymous> (*test*message*vm_display_syntax_error.js:*)
|
|
|
|
at Module._compile (module.js:*)
|
|
|
|
at Object.Module._extensions..js (module.js:*)
|
|
|
|
at Module.load (module.js:*)
|
2016-04-07 16:04:47 +02:00
|
|
|
at tryModuleLoad (module.js:*:*)
|
2016-01-26 04:44:17 +01:00
|
|
|
at Function.Module._load (module.js:*)
|
2016-06-01 08:48:32 +02:00
|
|
|
at Module.runMain (module.js:*)
|
2016-06-12 13:14:34 +02:00
|
|
|
at run (bootstrap_node.js:*)
|
|
|
|
at startup (bootstrap_node.js:*)
|
2013-08-25 00:53:24 +02:00
|
|
|
test.vm:1
|
|
|
|
var 5;
|
2015-09-04 11:44:17 +02:00
|
|
|
^
|
2013-08-25 00:53:24 +02:00
|
|
|
SyntaxError: Unexpected number
|
|
|
|
at Object.exports.runInThisContext (vm.js:*)
|
|
|
|
at Object.<anonymous> (*test*message*vm_display_syntax_error.js:*)
|
|
|
|
at Module._compile (module.js:*)
|
|
|
|
at Object.Module._extensions..js (module.js:*)
|
|
|
|
at Module.load (module.js:*)
|
2016-04-07 16:04:47 +02:00
|
|
|
at tryModuleLoad (module.js:*:*)
|
2013-08-25 00:53:24 +02:00
|
|
|
at Function.Module._load (module.js:*)
|
2016-06-01 08:48:32 +02:00
|
|
|
at Module.runMain (module.js:*)
|
2016-06-12 13:14:34 +02:00
|
|
|
at run (bootstrap_node.js:*)
|
|
|
|
at startup (bootstrap_node.js:*)
|