make sure unicode stream emits files again

This commit is contained in:
Johannes Rieken 2022-02-04 14:55:26 +01:00
parent e4cce8c6e8
commit 4f62f9b594
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

View file

@ -59,6 +59,8 @@ function hygiene(some, linting = true) {
errorCount++;
}
});
this.emit('data', file);
});
const indentation = es.through(function (file) {
@ -167,7 +169,7 @@ function hygiene(some, linting = true) {
if (linting) {
streams.push(
input
result
.pipe(filter(eslintFilter))
.pipe(
gulpeslint({