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 a33abb4df..4a2b78f6c 100644 --- a/tests/async_error.ts.out +++ b/tests/async_error.ts.out @@ -4,6 +4,6 @@ world [WILDCARD]tests/async_error.ts:4:10 throw Error("error"); -Error: error +Uncaught Error: error at foo ([WILDCARD]tests/async_error.ts:4:9) at [WILDCARD]tests/async_error.ts:7:1 |