summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/error_024_stack_promise_all.ts.out
blob: 6cd88715c0f4352428fb4b196a41487029f7c5df (plain)
1
2
3
4
5
6
7
8
9
10
[WILDCARD]Error: Promise.all()
    at [WILDCARD]/error_024_stack_promise_all.ts:[WILDCARD]
    at async Promise.all (index 1)
    at async [WILDCARD]/error_024_stack_promise_all.ts:[WILDCARD]
error: Uncaught Error: Promise.all()
    throw new Error("Promise.all()");
          ^
    at [WILDCARD]/error_024_stack_promise_all.ts:[WILDCARD]
    at async Promise.all (index 1)
    at async [WILDCARD]/error_024_stack_promise_all.ts:[WILDCARD]