Merge pull request #2958 from lzl0304/fix-2508

bugfix/chokidar disables globbing
This commit is contained in:
Anoop M D
2025-04-10 20:10:42 +05:30
committed by GitHub

View File

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