1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/cli/tests/async_error.ts.out

8 lines
188 B
Text

[WILDCARD]hello
before error
world
error: Uncaught Error: error
throw Error("error");
^
at foo ([WILDCARD]tests/async_error.ts:5:9)
at [WILDCARD]tests/async_error.ts:8:1