diff options
Diffstat (limited to 'cli/tests/error_024_stack_promise_all.ts.out')
-rw-r--r-- | cli/tests/error_024_stack_promise_all.ts.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/error_024_stack_promise_all.ts.out b/cli/tests/error_024_stack_promise_all.ts.out index e5528d6ab..31e15c372 100644 --- a/cli/tests/error_024_stack_promise_all.ts.out +++ b/cli/tests/error_024_stack_promise_all.ts.out @@ -3,6 +3,8 @@ at async Promise.all (index 1) at async [WILDCARD]tests/error_024_stack_promise_all.ts:[WILDCARD] error: Uncaught Error: Promise.all() + throw new Error("Promise.all()"); + ^ at [WILDCARD]tests/error_024_stack_promise_all.ts:[WILDCARD] at async Promise.all (index 1) at async [WILDCARD]tests/error_024_stack_promise_all.ts:[WILDCARD] |