We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464828f commit 59d2b9fCopy full SHA for 59d2b9f
1 file changed
index.js
@@ -16,8 +16,7 @@ module.exports = function (processors, options) {
16
stream._transform = function (file, encoding, cb) {
17
18
if (file.isNull()) {
19
- this.push(file);
20
- return cb();
+ return cb(null, file)
21
}
22
23
if (file.isStream()) {
0 commit comments