mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
fix debug target
This commit is contained in:
parent
c8ba44f508
commit
88dfc45ea7
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ impl Preload {
|
||||||
let tmp = self.tmp(info_hash, false)?;
|
let tmp = self.tmp(info_hash, false)?;
|
||||||
if tmp.exists() {
|
if tmp.exists() {
|
||||||
fs::remove_dir_all(&tmp)?;
|
fs::remove_dir_all(&tmp)?;
|
||||||
log::debug!("clean tmp data `{}`", t.to_string_lossy())
|
log::debug!("clean tmp data `{}`", tmp.to_string_lossy())
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue