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