summaryrefslogtreecommitdiff
path: root/tests/testdata/error_cause_recursive_aggregate.ts.out
blob: 4ae20055a34cd06598f60a85e024f3d5b96fda89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: Uncaught (in promise) AggregateError
    Error: bar <ref *1>
        at file:///[WILDCARD]/error_cause_recursive_aggregate.ts:2:13
    Caused by: Error: foo
        at file:///[WILDCARD]/error_cause_recursive_aggregate.ts:1:13
    Caused by: [Circular *1]
    Error: quux <ref *2>
        at file:///[WILDCARD]/error_cause_recursive_aggregate.ts:6:14
    Caused by: Error: qux
        at file:///[WILDCARD]/error_cause_recursive_aggregate.ts:5:13
    Caused by: [Circular *2]
throw new AggregateError([bar, quux]);
      ^
    at file:///[WILDCARD]/error_cause_recursive_aggregate.ts:9:7