chore: more error correction
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -14,7 +14,7 @@ pub enum MadError {
|
|||||||
#[error("component: {0}")]
|
#[error("component: {0}")]
|
||||||
Inner(#[source] anyhow::Error),
|
Inner(#[source] anyhow::Error),
|
||||||
|
|
||||||
#[error("component(s): {run}")]
|
#[error("component: {run}")]
|
||||||
RunError { run: anyhow::Error },
|
RunError { run: anyhow::Error },
|
||||||
|
|
||||||
#[error("component(s) failed: {close}")]
|
#[error("component(s) failed: {close}")]
|
||||||
|
Reference in New Issue
Block a user