Skip to content

Commit 02173f6

Browse files
DebugStevenjyn514
andcommitted
Update error message
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 7fe2f73 commit 02173f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/x_version.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub fn check(bad: &mut bool) {
88
Ok(child) => child,
99
Err(e) => match e.kind() {
1010
ErrorKind::NotFound => return,
11-
_ => return tidy_error!(bad, "{}", e),
11+
_ => return tidy_error!(bad, "failed to run `x`: {}", e),
1212
},
1313
};
1414

0 commit comments

Comments
 (0)