diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-07-21 23:54:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-21 23:54:53 +0200 |
| commit | 4e71a9424e12a9711b41edce049ee026f0a904b4 (patch) | |
| tree | 7d0bfac4cd787fd6fbe0ec37881a81d607904674 /cli/tests/testdata/unhandled_rejection.ts.out | |
| parent | b5eb154d74d3ccb1a5f4fcc4f073ebd841bb904e (diff) | |
fix: proper typings for unhandledrejection event (#15271)
Diffstat (limited to 'cli/tests/testdata/unhandled_rejection.ts.out')
| -rw-r--r-- | cli/tests/testdata/unhandled_rejection.ts.out | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cli/tests/testdata/unhandled_rejection.ts.out b/cli/tests/testdata/unhandled_rejection.ts.out new file mode 100644 index 000000000..6addab20a --- /dev/null +++ b/cli/tests/testdata/unhandled_rejection.ts.out @@ -0,0 +1,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 |
