mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
fix: Incorrect count
This commit is contained in:
parent
30d269fc8f
commit
d0d227b234
@ -172,7 +172,7 @@ pub fn decompress_file(
|
||||
sevenz_rust::default_entry_extract_fn(entry, reader, dest)
|
||||
}
|
||||
).map_err(|x| crate::Error::SevenzipError(x))?;
|
||||
fs::read_dir(output_dir)?.count()
|
||||
count
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user