osmosis-labs / beaker

Beaker helps streamlining CosmWasm development workflow.
Apache License 2.0
106 stars 30 forks source link

Bail on external command line error #98

Closed iboss-ptk closed 2 years ago

iboss-ptk commented 2 years ago

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.