diff options
Diffstat (limited to 'deps/npm/node_modules/through2/through2.js')
-rw-r--r-- | deps/npm/node_modules/through2/through2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/through2/through2.js b/deps/npm/node_modules/through2/through2.js index ef13980d7b..5b7a880e82 100644 --- a/deps/npm/node_modules/through2/through2.js +++ b/deps/npm/node_modules/through2/through2.js @@ -12,7 +12,7 @@ inherits(DestroyableTransform, Transform) DestroyableTransform.prototype.destroy = function(err) { if (this._destroyed) return this._destroyed = true - + var self = this process.nextTick(function() { if (err) |