basecamp / thruster

MIT License
912 stars 31 forks source link

Failure to start wrapped process should not panic #23

Closed kevinmcconnell closed 6 months ago

kevinmcconnell commented 6 months ago

If we're unable to execute the wrapped process, we should log and error and return a non-zero exit code. However, previously we were triggering a panic in this case, which was unnecessary and alarming.

Fixes #22.