mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Cleanup
This commit is contained in:
parent
269e2f22a9
commit
f2e8dfc820
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ fn run_process_inner(cmd: &str, echo: bool) -> Result<String> {
|
||||||
}
|
}
|
||||||
|
|
||||||
if !output.status.success() {
|
if !output.status.success() {
|
||||||
bail!("returned non-zero status: {}", output.status)
|
bail!("{}", output.status)
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(stdout)
|
Ok(stdout)
|
||||||
|
|
Loading…
Reference in a new issue