-
fix(spawn): use detached:true so children are immune to terminal SIGINT
released this
2026-03-04 00:49:29 +00:00 Children now get their own process group. Terminal Ctrl+C only reaches
the parent, which then does orderly tree-kill while children are still
alive and the process tree is intact.Downloads