mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +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)?;
|
tar.unpack(path)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
debug!("Untaring completed");
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue