bugfix/chokidar disables globbing

This commit is contained in:
lzl0304
2024-08-29 10:30:38 +08:00
parent 600940226c
commit f972733426

View File

@@ -453,7 +453,8 @@ class Watcher {
stabilityThreshold: 80,
pollInterval: 10
},
depth: 20
depth: 20,
disableGlobbing: true
});
let startedNewWatcher = false;