From b6cba69e113fea4b9db008fab75d457fbe173660 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Sun, 2 Nov 2025 00:43:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A4=84=E7=90=86=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=B5=81=E5=87=BA=E9=94=99=E6=97=B6=E6=8A=A5=E5=87=BA=E5=85=B7?= =?UTF-8?q?=E4=BD=93=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/bili_sync/src/workflow.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {