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