mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Add more debug!
to untar
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
ac22db5e79
commit
868f6c2759
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ fn untar<Filter: FnMut(&Path) -> bool>(
|
|||
tar.unpack(path)?;
|
||||
}
|
||||
|
||||
debug!("Untaring completed");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue