feat: use actual delimination
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
85b6079b60
commit
69c8b7409b
@ -7,7 +7,7 @@ use tokio_util::sync::CancellationToken;
|
|||||||
|
|
||||||
#[derive(Debug, thiserror::Error)]
|
#[derive(Debug, thiserror::Error)]
|
||||||
pub enum DriftError {
|
pub enum DriftError {
|
||||||
#[error("job failed with inner error")]
|
#[error("job failed with inner error: {0}")]
|
||||||
JobError(#[source] anyhow::Error),
|
JobError(#[source] anyhow::Error),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user