basecamp / thruster

MIT License
672 stars 16 forks source link

Failure to start wrapped process should not panic #23

Closed kevinmcconnell closed 2 months ago

kevinmcconnell commented 2 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.