Merge pull request #178 from NobodyXu/ci

This commit is contained in:
Félix Saparelli 2022-06-11 21:57:38 +12:00 committed by GitHub
commit c33f195d5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 6 deletions

View file

@ -44,6 +44,8 @@ fn untar<Filter: FnMut(&Path) -> bool>(
tar.unpack(path)?;
}
debug!("Untaring completed");
Ok(())
}