Bail on external command line error
iboss-ptk opened this issue · 0 comments
iboss-ptk commented
Background
Currently when calling external command line and exit status is not 0, the process does not exit, which can cause confusion.
Expectation
Whenever there is Command::new
, it should error and stop the parent and child processes when there is a non-zero exit.