mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
10 lines
481 B
Text
10 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
|