blob: d07ba8cfe0135a7700e4005a9f0008f09a5344cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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
|