Files
openchamber/packages
PC2\micha 94e4bce990 fix: kill process tree on Windows via taskkill before SIGTERM fallback
On Windows, child.kill('SIGTERM') only terminates the cmd.exe wrapper,
leaving the inner opencode.exe serve running as an orphan. This adds
killProcessTree() which runs taskkill /PID /T /F first, then falls
back to child.kill('SIGTERM') for the close() method.

Fixes #1889
2026-06-28 20:07:39 +08:00
..
2026-06-28 13:43:33 +03:00
2026-06-28 13:43:33 +03:00
2026-06-28 13:43:33 +03:00