diff options
Diffstat (limited to 'tests/async_error.ts.out')
-rw-r--r-- | tests/async_error.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async_error.ts.out b/tests/async_error.ts.out index 4a2b78f6c..2bd958f9a 100644 --- a/tests/async_error.ts.out +++ b/tests/async_error.ts.out @@ -3,7 +3,7 @@ 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 |