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
commit 921e1af72b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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