blob: 6e22799c27f77784824f31a78bc8bacfa8bc1907 (
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:5:9
5 throw Error("error");
^
at foo ([WILDCARD]tests/async_error.ts:5:9)
at [WILDCARD]tests/async_error.ts:8:1
|