1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/testdata/run/aggregate_error.out

19 lines
617 B
Text
Raw Normal View History

AggregateError: Multiple errors.
at [WILDCARD]/aggregate_error.ts:1:24
AggregateError: Multiple errors.
Error: Error message 1.
at [WILDCARD]/aggregate_error.ts:2:3
Error: Error message 2.
at [WILDCARD]/aggregate_error.ts:3:3
at [WILDCARD]/aggregate_error.ts:1:24
error: Uncaught (in promise) AggregateError: Multiple errors.
Error: Error message 1.
at [WILDCARD]/aggregate_error.ts:2:3
Error: Error message 2.
at [WILDCARD]/aggregate_error.ts:3:3
const aggregateError = new AggregateError([
^
at [WILDCARD]/aggregate_error.ts:1:24