mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-04 23:18:02 +08:00
chore: 处理视频流出错时报出具体错误信息
This commit is contained in:
@@ -64,7 +64,7 @@ pub async fn refresh_video_source<'a>(
|
|||||||
.take_while(|(idx, res)| {
|
.take_while(|(idx, res)| {
|
||||||
match res {
|
match res {
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
error = Err(anyhow!(e.to_string()));
|
error = Err(anyhow!("{:#}", e));
|
||||||
futures::future::ready(false)
|
futures::future::ready(false)
|
||||||
}
|
}
|
||||||
Ok(v) => {
|
Ok(v) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user