mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 20:25:48 -06:00
runtests-watch: Don't try to listen for SIGKILL (#54114)
This commit is contained in:
parent
f9a7cbfe7b
commit
7c378dbab3
@ -616,7 +616,6 @@ export const runTestsAndWatch = task({
|
||||
});
|
||||
|
||||
process.on("SIGINT", endWatchMode);
|
||||
process.on("SIGKILL", endWatchMode);
|
||||
process.on("beforeExit", endWatchMode);
|
||||
watchTestsEmitter.on("rebuild", onRebuild);
|
||||
testCaseWatcher.on("all", onChange);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user