blob: bf1e45e51f3cff974e8a8ca20800a3ee3c592dfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[WILDCARD]
error: Uncaught 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
|