node-unzip icon indicating copy to clipboard operation
node-unzip copied to clipboard

Extraction of files larger than a few kilobytes silently fails

Open Overv opened this issue 11 years ago • 0 comments

Currently this library is unusable for me because it reports entry.size as undefined and silently ignores (entry not called) files that are larger than a few kilobytes. I'm using the second piece of example code to do this.

Calling unzip on the command line works until this is fixed.

Overv avatar Feb 05 '14 19:02 Overv