diff options
Diffstat (limited to 'tests/async_error.ts.out')
-rw-r--r-- | tests/async_error.ts.out | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/async_error.ts.out b/tests/async_error.ts.out index 2bd958f9a..d07ba8cfe 100644 --- a/tests/async_error.ts.out +++ b/tests/async_error.ts.out @@ -1,9 +1,11 @@ [WILDCARD]hello before error world -[WILDCARD]tests/async_error.ts:4:10 - throw Error("error"); +error: Uncaught Error: error +[WILDCARD]tests/async_error.ts:4:9 + +4 throw Error("error"); ^ -Uncaught Error: error + at foo ([WILDCARD]tests/async_error.ts:4:9) at [WILDCARD]tests/async_error.ts:7:1 |