deno/tests/async_error.ts.out
2019-06-19 19:07:01 -07:00

12 lines
229 B
Plaintext

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