summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_024_stack_promise_all.ts.out
blob: c7d10a6490bb02753190a82a2f736f99616e353b (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 (in promise) 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]