summaryrefslogtreecommitdiff
path: root/tests/testdata/node/unhandled_rejection_web_process.ts.out
blob: ea307474a8bb4600f2d1e3d40bf61d818bc80c14 (plain)
1
2
3
4
5
[WILDCARD]
Hello world!
globalThis.addEventListener("unhandledrejection");
process.on("unhandledRejection");
Success