mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
15 lines
593 B
Text
15 lines
593 B
Text
[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
|