chore: more error correction
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-24 22:36:39 +02:00
parent 00517daaaa
commit 1cc4138ec7

View File

@@ -14,7 +14,7 @@ pub enum MadError {
#[error("component: {0}")]
Inner(#[source] anyhow::Error),
#[error("component(s): {run}")]
#[error("component: {run}")]
RunError { run: anyhow::Error },
#[error("component(s) failed: {close}")]