fix: restore recent test regressions and upgrade effect beta (#18158)

This commit is contained in:
Luke Parker
2026-03-19 09:54:01 +10:00
committed by GitHub
parent c325ac5b5b
commit fcedc54b02
11 changed files with 79 additions and 46 deletions
+1
View File
@@ -98,6 +98,7 @@ export namespace Process {
reject(error)
})
})
void exited.catch(() => undefined)
if (opts.abort) {
opts.abort.addEventListener("abort", abort, { once: true })