jan Michal 3 years ago
parent cf1eb4a477
commit 3f23cfd6dc
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -77,6 +77,9 @@ pub fn build(matches: &ArgMatches) {
} }
if !errored.is_empty() { if !errored.is_empty() {
info(format!("The following packages build jobs returned a non-zero exit code: {}", errored.join(" "))) info(format!(
"The following packages build jobs returned a non-zero exit code: {}",
errored.join(" ")
))
} }
} }
Loading…
Cancel
Save