mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 12:45:38 +00:00
bugfix/chokidar disables globbing
This commit is contained in:
@@ -453,7 +453,8 @@ class Watcher {
|
||||
stabilityThreshold: 80,
|
||||
pollInterval: 10
|
||||
},
|
||||
depth: 20
|
||||
depth: 20,
|
||||
disableGlobbing: true
|
||||
});
|
||||
|
||||
let startedNewWatcher = false;
|
||||
|
||||
Reference in New Issue
Block a user