1beginning 2test.vm:1 3throw new Error("boo!") 4^ 5 6Error: boo! 7 at test.vm:1:7 8 at Script.runInThisContext (vm.js:*) 9 at Object.runInThisContext (vm.js:*) 10 at Object.<anonymous> (*test*message*vm_display_runtime_error.js:*) 11 at Module._compile (internal/modules/cjs/loader.js:*) 12 at Object.Module._extensions..js (internal/modules/cjs/loader.js:*) 13 at Module.load (internal/modules/cjs/loader.js:*) 14 at Function.Module._load (internal/modules/cjs/loader.js:*) 15 at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:*) 16 at internal/main/run_main_module.js:*:* 17test.vm:1 18throw new Error("spooky!") 19^ 20 21Error: spooky! 22 at test.vm:1:7 23 at Script.runInThisContext (vm.js:*) 24 at Object.runInThisContext (vm.js:*) 25 at Object.<anonymous> (*test*message*vm_display_runtime_error.js:*) 26 at Module._compile (internal/modules/cjs/loader.js:*) 27 at Object.Module._extensions..js (internal/modules/cjs/loader.js:*) 28 at Module.load (internal/modules/cjs/loader.js:*) 29 at Function.Module._load (internal/modules/cjs/loader.js:*) 30 at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:*) 31 at internal/main/run_main_module.js:*:* 32