mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-24 22:58:13 -05:00
chore: add error when unwind failed on launch (#16188)
This commit is contained in:
@@ -443,7 +443,9 @@ where
|
||||
let _ = tx.send(result);
|
||||
}),
|
||||
);
|
||||
rx.await??;
|
||||
rx.await?.inspect_err(|err| {
|
||||
error!(target: "reth::cli", unwind_target = %unwind_target, %err, "failed to run unwind")
|
||||
})?;
|
||||
}
|
||||
|
||||
Ok(factory)
|
||||
|
||||
Reference in New Issue
Block a user