Skip to content

Commit

Permalink
core: keep module pipe state updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Nov 28, 2014
1 parent 293b0df commit 37dfcb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/core/index.js
Expand Up @@ -136,6 +136,7 @@ Archiver.prototype._moduleSupports = function(key) {

Archiver.prototype._moduleUnpipe = function() {
this._module.unpipe(this);
this._state.modulePiped = false;
};

Archiver.prototype._normalizeEntryData = function(data, stats) {
Expand Down

0 comments on commit 37dfcb1

Please sign in to comment.