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