Update error message

Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
J Haigh 2022-12-07 13:29:10 -07:00 committed by DebugSteven
parent 02173f6ab5
commit 430ea8d440

View File

@ -31,6 +31,6 @@ pub fn check(bad: &mut bool) {
);
}
} else {
return tidy_error!(bad, "{}", output.status);
return tidy_error!(bad, "failed to check version of `x`: {}", output.status);
}
}