blob: 4a2b78f6cebbe1e5ae6e9d9b26e586344002b809 (
plain)
1
2
3
4
5
6
7
8
9
|
[WILDCARD]hello
before error
world
[WILDCARD]tests/async_error.ts:4:10
throw Error("error");
Uncaught Error: error
at foo ([WILDCARD]tests/async_error.ts:4:9)
at [WILDCARD]tests/async_error.ts:7:1
|