Compare commits
2 Commits
6e81f37aa7
...
fd76feff3f
Author | SHA1 | Date | |
---|---|---|---|
|
fd76feff3f | ||
7d8071d41b
|
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [0.7.5] - 2025-07-24
|
## [0.7.5] - 2025-07-24
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- print big inner
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
- more error correction
|
- more error correction
|
||||||
- correct error test to not be as verbose
|
- correct error test to not be as verbose
|
||||||
|
@@ -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}")]
|
||||||
|
Reference in New Issue
Block a user