mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
wip
This commit is contained in:
@@ -28,7 +28,10 @@ pub fn unzip(zipfile: &str, zippath: &str, destpath: &str) {
|
||||
Ok(zipData) => zipData,
|
||||
Err(e) => {
|
||||
println!("Could not find zip file: {}", e);
|
||||
println!("Path: {}", zippath);
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
println!("Zip: {}", zipData.size());
|
||||
}
|
||||
Reference in New Issue
Block a user