mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
d6e626d54c
PR-URL: https://github.com/nodejs/node/pull/44197 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com>
14 lines
264 B
Plaintext
14 lines
264 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:*)
|
|
|
|
Node.js *
|