ksud: format anyhow error

This commit is contained in:
tiann
2023-04-12 13:21:13 +08:00
parent 183d1a91c1
commit 3c6560ade9

View File

@@ -192,7 +192,7 @@ pub fn run() -> Result<()> {
};
if let Err(e) = &result {
log::error!("Error: {}", e);
log::error!("Error: {:?}", e);
}
result
}