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