diff options
Diffstat (limited to 'cli/tests/testdata/node/unhandled_rejection_web_process.ts.out')
-rw-r--r-- | cli/tests/testdata/node/unhandled_rejection_web_process.ts.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/node/unhandled_rejection_web_process.ts.out b/cli/tests/testdata/node/unhandled_rejection_web_process.ts.out new file mode 100644 index 000000000..ea307474a --- /dev/null +++ b/cli/tests/testdata/node/unhandled_rejection_web_process.ts.out @@ -0,0 +1,5 @@ +[WILDCARD] +Hello world! +globalThis.addEventListener("unhandledrejection"); +process.on("unhandledRejection"); +Success |