We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269e2f2 commit f2e8dfcCopy full SHA for f2e8dfc
xtask/src/not_bash.rs
@@ -87,7 +87,7 @@ fn run_process_inner(cmd: &str, echo: bool) -> Result<String> {
87
}
88
89
if !output.status.success() {
90
- bail!("returned non-zero status: {}", output.status)
+ bail!("{}", output.status)
91
92
93
Ok(stdout)
0 commit comments