fix: handle Unix kill errors in orphaned process cleanup

Replace execAsync kill command with individual process.kill calls wrapped
in try/catch to gracefully handle processes that have already exited.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2025-12-26 20:51:41 -05:00
parent d6041ae4ec
commit 2a60794485
3 changed files with 287 additions and 52 deletions
File diff suppressed because one or more lines are too long