Skip to content

Commit 7c378db

Browse files
authored
runtests-watch: Don't try to listen for SIGKILL (#54114)
1 parent f9a7cbf commit 7c378db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Herebyfile.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,6 @@ export const runTestsAndWatch = task({
616616
});
617617

618618
process.on("SIGINT", endWatchMode);
619-
process.on("SIGKILL", endWatchMode);
620619
process.on("beforeExit", endWatchMode);
621620
watchTestsEmitter.on("rebuild", onRebuild);
622621
testCaseWatcher.on("all", onChange);

0 commit comments

Comments
 (0)