max-mapper / extract-zip

Zip extraction written in pure JavaScript. Extracts a zip into a directory.
BSD 2-Clause "Simplified" License
388 stars 126 forks source link

Input (ZIP) file not closed on error #37

Open mitxp opened 7 years ago

mitxp commented 7 years ago

If extracting the ZIP file fails for some reason (e.g. disk full), the input (ZIP) file is never closed.