summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/unhandled_rejection_sync_error.ts.out
AgeCommit message (Collapse)Author
2022-07-23fix: unhandledrejection handling for sync throw in top level (#15279)Bartek IwaƄczuk
Fixes an edge in "unhandledrejection" event that prevent synchronous errors being surfaced when throw from a top-level scope.