shapehq / tartelet

⚙️💻 A macOS app that makes it a breeze to manage multiple GitHub Actions runners in ephemeral virtual machines on a single host machine. The benefits are that runners can run in parallel, and each job runs in an isolated environment.
MIT License
501 stars 15 forks source link

Checks if process is running before terminating #80

Closed simonbs closed 2 months ago

simonbs commented 2 months ago

This PR fixes a bug where Tartelet would crash when ProcessShell attempted terminating a process that wasn't running.