Files
Kmake/test/fixtures/vm/vm_dont_display_runtime_error.snapshot

14 lines
261 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
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> (*fixtures*vm*vm_dont_display_runtime_error.js:41:4)
Node.js *