diff --git a/crates/bili_sync/src/workflow.rs b/crates/bili_sync/src/workflow.rs index f78e1fd..6369aea 100644 --- a/crates/bili_sync/src/workflow.rs +++ b/crates/bili_sync/src/workflow.rs @@ -64,7 +64,7 @@ pub async fn refresh_video_source<'a>( .take_while(|(idx, res)| { match res { Err(e) => { - error = Err(anyhow!(e.to_string())); + error = Err(anyhow!("{:#}", e)); futures::future::ready(false) } Ok(v) => {