Improve summary error message
This commit is contained in:
parent
fcfe3713aa
commit
e5ffc36f0c
@ -36,9 +36,7 @@ impl From<Result<()>> for Status {
|
|||||||
pub enum Error {
|
pub enum Error {
|
||||||
// #[error("TODO")]
|
// #[error("TODO")]
|
||||||
// Config,
|
// Config,
|
||||||
#[error(
|
#[error("Could not achieve the \"{step}\" step. Command `{cmd}` exited with: {source}")]
|
||||||
"Could not achieve the \"{step}\" step. Command `{cmd}` resulted in an exited with: {source}"
|
|
||||||
)]
|
|
||||||
Execution {
|
Execution {
|
||||||
source: io::Error,
|
source: io::Error,
|
||||||
step: UpdateSteps,
|
step: UpdateSteps,
|
||||||
|
Loading…
Reference in New Issue
Block a user