Closed iboss-ptk closed 2 years ago
Currently when calling external command line and exit status is not 0, the process does not exit, which can cause confusion.
Whenever there is Command::new, it should error and stop the parent and child processes when there is a non-zero exit.
Command::new
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.