We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c80a62 commit b9fa03aCopy full SHA for b9fa03a
lib/plugins/tar.js
@@ -76,11 +76,7 @@ Tar.prototype.finalize = function() {
76
};
77
78
Tar.prototype.on = function() {
79
- if (this.compressor) {
80
- return this.compressor.on.apply(this.compressor, arguments);
81
- } else {
82
- return this.engine.on.apply(this.engine, arguments);
83
- }
+ return this.engine.on.apply(this.engine, arguments);
84
85
86
Tar.prototype.pipe = function(destination, options) {
0 commit comments