mirror of https://github.com/nodejs/node.git
18 lines
641 B
Plaintext
18 lines
641 B
Plaintext
beginning
|
|
middle
|
|
test.vm:1
|
|
var 5;
|
|
^
|
|
|
|
SyntaxError: Unexpected number
|
|
at new Script (node:vm:*)
|
|
at createScript (node:vm:*)
|
|
at Object.runInThisContext (node:vm:*)
|
|
at Object.<anonymous> (*test*message*vm_dont_display_syntax_error.js:*)
|
|
at Module._compile (node:internal/modules/cjs/loader:*)
|
|
at Object.Module._extensions..js (node:internal/modules/cjs/loader:*)
|
|
at Module.load (node:internal/modules/cjs/loader:*)
|
|
at Function.Module._load (node:internal/modules/cjs/loader:*)
|
|
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:*)
|
|
at node:internal/main/run_main_module:*:*
|