0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/run/unhandled_rejection.ts.out

9 lines
481 B
Text

[WILDCARD]
unhandled rejection at: Promise {
<rejected> Error: bar not available
at new Foo (file:///[WILDCARD]/testdata/run/unhandled_rejection.ts:8:20)
at file:///[WILDCARD]/testdata/run/unhandled_rejection.ts:12:1
} reason: Error: bar not available
at new Foo (file:///[WILDCARD]/testdata/run/unhandled_rejection.ts:8:20)
at file:///[WILDCARD]/testdata/run/unhandled_rejection.ts:12:1
unhandled rejection at: Promise { <rejected> undefined } reason: undefined