Skip to content

Commit 3ace2f4

Browse files
committed
fix hygiene script
1 parent c1038fa commit 3ace2f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/gulpfile.hygiene.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ const hygiene = exports.hygiene = (some, options) => {
236236
this.emit('data', file);
237237
});
238238

239-
const result = vfs.src(some || all, { base: '.', follow: true })
239+
const result = vfs.src(some || all, { base: '.', follow: true, allowEmpty: true })
240240
.pipe(filter(f => !f.stat.isDirectory()))
241241
.pipe(filter(eolFilter))
242242
.pipe(options.skipEOL ? es.through() : eol)

0 commit comments

Comments
 (0)