1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 06:09:25 -05:00
denoland-deno/tests/async_error.ts.out

11 lines
335 B
Text
Raw Normal View History

2018-08-10 15:16:41 -04:00
hello
before error
Error: error
2018-08-17 00:28:02 +09:00
at foo ([WILDCARD]tests/async_error.ts:4:9)
at eval ([WILDCARD]tests/async_error.ts:7:1)
2018-08-10 15:16:41 -04:00
at eval (<anonymous>)
at execute (deno/js/runtime.ts:[WILDCARD])
at FileModule.compileAndRun (deno/js/runtime.ts:[WILDCARD])
at denoMain (deno/js/main.ts:[WILDCARD])
at deno_main.js:1:1