ksud: format anyhow error

This commit is contained in:
tiann
2023-04-12 13:21:13 +08:00
parent f46634bc07
commit aba62e2ef1

View File

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