-
fix(watcher): always tree-kill on stop regardless of childProcess.killed flag
released this
2026-03-04 00:09:21 +00:00 | 4 commits to main since this releaseThe direct bash child may already be dead from terminal SIGINT while
grandchildren (tsrun, devserver) are still running. Removing the .killed
guard ensures tree-kill always runs to clean up the entire process tree.Downloads