We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fccc8d commit 37c4838Copy full SHA for 37c4838
1 file changed
build/gulpfile.hygiene.js
@@ -329,7 +329,7 @@ function hygiene(some) {
329
if (Array.isArray(some) || typeof some === 'string' || !some) {
330
const options = { base: '.', follow: true, allowEmpty: true };
331
if (some) {
332
- input = vfs.src(some, options).pipe(filter(all)) // split this up to not unnecessarily filter all a second time
+ input = vfs.src(some, options).pipe(filter(all)); // split this up to not unnecessarily filter all a second time
333
} else {
334
input = vfs.src(all, options);
335
}
0 commit comments