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

14 lines
266 B
Plaintext
Raw Permalink Normal View History

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