blob: 6ab1667dc190c13d2da8fc8953622bbe348fbf82 (
plain)
1
2
3
4
5
6
7
8
9
|
[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
|