mirror of
https://github.com/nodejs/node.git
synced 2025-05-03 01:31:27 +00:00

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
259 B
Plaintext
14 lines
259 B
Plaintext
beginning
|
|
middle
|
|
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_dont_display_runtime_error.js:*)
|
|
|
|
Node.js *
|