watching basic version works
This commit is contained in:
parent
624b41a297
commit
06613d9ef1
8 changed files with 284 additions and 10 deletions
|
|
@ -147,7 +147,7 @@ async fn _test_e2e_download(drop_checks: &DropChecks) {
|
|||
}
|
||||
Ok(true)
|
||||
}
|
||||
crate::ManagedTorrentState::Error(e) => bail!("error: {e:?}"),
|
||||
crate::ManagedTorrentState::Error(e) => bail!("error: {e:#}"),
|
||||
_ => bail!("broken state"),
|
||||
})
|
||||
.context("error checking for torrent liveness")?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue