mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
Reland "feat: add "unhandledrejection" event support" (#15211)
This commit is contained in:
parent
6e350b2b7c
commit
d53936eb7d
11 changed files with 249 additions and 19 deletions
|
@ -2782,3 +2782,8 @@ itest!(followup_dyn_import_resolved {
|
|||
args: "run --unstable --allow-read followup_dyn_import_resolves/main.ts",
|
||||
output: "followup_dyn_import_resolves/main.ts.out",
|
||||
});
|
||||
|
||||
itest!(unhandled_rejection {
|
||||
args: "run --allow-read unhandled_rejection.js",
|
||||
output: "unhandled_rejection.js.out",
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue