Update error message
Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
parent
7fe2f73ecd
commit
02173f6ab5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pub fn check(bad: &mut bool) {
|
|||
Ok(child) => child,
|
||||
Err(e) => match e.kind() {
|
||||
ErrorKind::NotFound => return,
|
||||
_ => return tidy_error!(bad, "{}", e),
|
||||
_ => return tidy_error!(bad, "failed to run `x`: {}", e),
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue