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