mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
add missed debug event
This commit is contained in:
parent
edc501e523
commit
52a4ff2d44
1 changed files with 2 additions and 1 deletions
|
|
@ -105,7 +105,8 @@ impl Preload {
|
|||
bail!("Output directory `{}` is file", p.to_string_lossy())
|
||||
}
|
||||
if is_create && !p.exists() {
|
||||
fs::create_dir(&p)?
|
||||
fs::create_dir(&p)?;
|
||||
log::debug!("create tmp directory `{}`", p.to_string_lossy())
|
||||
}
|
||||
Ok(p)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue