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>
22 lines
479 B
Plaintext
22 lines
479 B
Plaintext
beginning
|
|
test.vm:1
|
|
throw new Error("boo!")
|
|
^
|
|
|
|
Error: boo!
|
|
at test.vm:1:7
|
|
at Script.runInThisContext (node:vm:*)
|
|
at Object.runInThisContext (node:vm:*)
|
|
at Object.<anonymous> (*test*message*vm_display_runtime_error.js:*)
|
|
test.vm:1
|
|
throw new Error("spooky!")
|
|
^
|
|
|
|
Error: spooky!
|
|
at test.vm:1:7
|
|
at Script.runInThisContext (node:vm:*)
|
|
at Object.runInThisContext (node:vm:*)
|
|
at Object.<anonymous> (*test*message*vm_display_runtime_error.js:*)
|
|
|
|
Node.js *
|