0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/async_error.ts.out
2020-03-20 09:38:34 -04:00

11 lines
229 B
Text

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