@ -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()