forked from EvanOxfeld/node-unzip
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract fails when a filesize of 0 bytes is encountered. #2
Comments
The problem seems to be in the Pullstream lib: https://github.com/EvanOxfeld/node-pullstream/blob/master/pullstream.js#L64 changing that to |
👍 Thanks @austinhallock . Solved my issue :) |
I've already created pull request for pullstream ... hope they will merge it soon. |
+1 thanks @austinhallock . You solved my issue. |
tlancina
added a commit
to ionic-team/ionic-app-lib
that referenced
this issue
Apr 6, 2016
Addresses ionic-team/ionic-cli#908. There is a bug in the unzip2 library that causes unzipping to break when it encounters an empty file: glebdmitriew/node-unzip-2#2.
tlancina
added a commit
to ionic-team/ionic-app-lib
that referenced
this issue
Apr 6, 2016
Addresses ionic-team/ionic-cli#908. There is a bug in the unzip2 library that causes unzipping to break when it encounters an empty file: glebdmitriew/node-unzip-2#2.
jthoms1
pushed a commit
to ionic-team/ionic-app-lib
that referenced
this issue
Apr 11, 2016
Addresses ionic-team/ionic-cli#908. There is a bug in the unzip2 library that causes unzipping to break when it encounters an empty file: glebdmitriew/node-unzip-2#2.
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same for Parse. Tested by writing white space to empty files and Parse and Extract worked as expected. Function stops at first encounter.
The text was updated successfully, but these errors were encountered: