blob: 2bd958f9a440eca43091250532992cfe9492740f (
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
|