• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1beginning
2middle
3test.vm:1
4throw new Error("boo!")
5^
6
7Error: boo!
8    at test.vm:1:7
9    at Script.runInThisContext (node:vm:*)
10    at Object.runInThisContext (node:vm:*)
11    at Object.<anonymous> (*fixtures*vm*vm_dont_display_runtime_error.js:41:4)
12
13Node.js *
14