mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 05:35:41 +00:00
Merge pull request #2958 from lzl0304/fix-2508
bugfix/chokidar disables globbing
This commit is contained in:
@@ -531,7 +531,8 @@ class Watcher {
|
||||
stabilityThreshold: 80,
|
||||
pollInterval: 10
|
||||
},
|
||||
depth: 20
|
||||
depth: 20,
|
||||
disableGlobbing: true
|
||||
});
|
||||
|
||||
let startedNewWatcher = false;
|
||||
|
||||
Reference in New Issue
Block a user