Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Print error
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Apr 6, 2020
1 parent 387f6f4 commit 993b86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build-script-utils/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub fn generate_cargo_keys() {
println!("cargo:rustc-env=SUBSTRATE_CLI_IMPL_VERSION={}", get_version(sha.as_str()))
}
Ok(o) => eprintln!("cargo:warning=Git command failed with status: {}", o.status),
_ => eprintln!("cargo:warning=Failed to execute git command"),
Err(err) => eprintln!("cargo:warning=Failed to execute git command: {}", err),
}
}

Expand Down

0 comments on commit 993b86c

Please sign in to comment.