-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Minor fixes for stream handling #267
Conversation
Thank you for this simple fix. I was just trying to figure out why my catch wasn't working while passing bad files to the readFile function and behold, you have the answer! |
@holm - you wouldn't be able to add one of those failing test cases (or a smaller version of one) would you? |
I can try to find the time next week. I just needed it fixed quite urgently for one of our customers, but I should have time soon. |
@holm - Just looking into this now, I hope to publish this weekend. I just noticed the change in zip-stream removed the .catch() on entry.async(), was that necessary or is it just that entry.async() doesn't reject? |
Yeah, that looks like a mistake. Should most likely emit the error there also. |
@holm Cool - thanks. |
Thanks a lot for all your work on this library, it's pretty great! |
I upgraded from 0.2.38 to 0.2.46 today, and a few of our testcases failed. I tracked it down to two issues: