bower / decompress-zip

Module that decompresses zip files
MIT License
102 stars 76 forks source link

Error listener catches all error after listening #34

Closed gregbarcza closed 10 years ago

gregbarcza commented 10 years ago

I'm using

unzipper.on('error', function (err) {
  console.log('Caught an error', err);
});
...

And after that all error events are caught by this listener so i have to manually remove it.

sindresorhus commented 10 years ago

Not clear what the problem is?