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