summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/unhandled_rejection.ts.out
blob: 6addab20a921879941f7645d0c60d5a7a16f9b15 (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/unhandled_rejection.ts:8:20)
    at file:///[WILDCARD]/testdata/unhandled_rejection.ts:12:1
} reason: Error: bar not available
    at new Foo (file:///[WILDCARD]/testdata/unhandled_rejection.ts:8:20)
    at file:///[WILDCARD]/testdata/unhandled_rejection.ts:12:1
unhandled rejection at: Promise { <rejected> undefined } reason: undefined