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() {
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(" ")
))
}
}
}

@ -12,4 +12,4 @@ pub fn generate() {
pub fn create_config() {
config::create_config();
}
}

@ -31,4 +31,4 @@ pub fn build(pkg: &str) -> i32 {
env::set_current_dir(dir).unwrap();
a.code().unwrap()
}
}

Loading…
Cancel
Save