summaryrefslogtreecommitdiff
path: root/tests/testdata/node/rejection_handled_web_process.ts.out
blob: e6fefede2f85d4b5ece7e59f3aede7d15283f0b2 (plain)
1
2
3
4
5
6
Hello world!
globalThis.addEventListener("unhandledrejection");
Added catch handler to the promise
Web rejectionhandled
Node rejectionHandled
Success