2013-08-24 22:53:24 +00:00
|
|
|
beginning
|
2016-01-26 03:44:17 +00:00
|
|
|
foo.vm:1
|
|
|
|
var 4;
|
|
|
|
^
|
2023-04-27 06:41:58 +00:00
|
|
|
|
2016-01-26 03:44:17 +00:00
|
|
|
SyntaxError: Unexpected number
|
2020-10-04 08:26:20 +00:00
|
|
|
at new Script (node:vm:*)
|
|
|
|
at createScript (node:vm:*)
|
|
|
|
at Object.runInThisContext (node:vm:*)
|
2023-04-27 06:41:58 +00:00
|
|
|
at Object.<anonymous> (*fixtures*vm*vm_display_syntax_error.js:31:6)
|
2013-08-24 22:53:24 +00:00
|
|
|
test.vm:1
|
|
|
|
var 5;
|
2015-09-04 09:44:17 +00:00
|
|
|
^
|
2023-04-27 06:41:58 +00:00
|
|
|
|
2013-08-24 22:53:24 +00:00
|
|
|
SyntaxError: Unexpected number
|
2020-10-04 08:26:20 +00:00
|
|
|
at new Script (node:vm:*)
|
|
|
|
at createScript (node:vm:*)
|
|
|
|
at Object.runInThisContext (node:vm:*)
|
2023-04-27 06:41:58 +00:00
|
|
|
at Object.<anonymous> (*fixtures*vm*vm_display_syntax_error.js:36:4)
|
2021-09-01 23:59:45 +00:00
|
|
|
|
|
|
|
Node.js *
|