feat: print big inner
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-24 22:44:13 +02:00
parent 1cc4138ec7
commit 7d8071d41b

View File

@@ -11,10 +11,10 @@ mod waiter;
#[derive(thiserror::Error, Debug)] #[derive(thiserror::Error, Debug)]
pub enum MadError { pub enum MadError {
#[error("component: {0}")] #[error("component: {0:#?}")]
Inner(#[source] anyhow::Error), Inner(#[source] anyhow::Error),
#[error("component: {run}")] #[error("component: {run:#?}")]
RunError { run: anyhow::Error }, RunError { run: anyhow::Error },
#[error("component(s) failed: {close}")] #[error("component(s) failed: {close}")]