Skip to content

Commit 19122f3

Browse files
authored
fix: Avoid globbing before read stream is opened (#2839)
1 parent 69a5d0e commit 19122f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"glob-watcher": "^6.0.0",
3939
"gulp-cli": "^3.1.0",
4040
"undertaker": "^2.0.0",
41-
"vinyl-fs": "^4.0.1"
41+
"vinyl-fs": "^4.0.2"
4242
},
4343
"devDependencies": {
4444
"eslint": "^7.0.0",

0 commit comments

Comments
 (0)