remove the one in single extract

This commit is contained in:
altalk23 2024-01-20 23:59:45 +03:00
parent 1cf90c6acd
commit 8e92bca418

View file

@ -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();