mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
remove the one in single extract
This commit is contained in:
parent
1cf90c6acd
commit
8e92bca418
1 changed files with 0 additions and 1 deletions
|
@ -306,7 +306,6 @@ public:
|
|||
|
||||
mz_zip_entry_close(m_handle);
|
||||
|
||||
GEODE_UNWRAP(file::createDirectoryAll(dir));
|
||||
GEODE_UNWRAP(file::writeBinary(dir / name, res).expect("Unable to write to {}: {error}", dir / name));
|
||||
|
||||
return Ok();
|
||||
|
|
Loading…
Reference in a new issue