Closed kevinmcconnell closed 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.
panic
Fixes #22.
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.