mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Removes the duplicated folder to be watch.
Watching the same folder twice hangs the watcher chokidar. All the plugins folders are watched and this folder is included by default as plugin folder and also directly in the watcher configuration.
This commit is contained in:
parent
419434f5c8
commit
4899e4b177
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ module.exports = class ClusterManager {
|
|||
const fromRoot = require('../../utils/fromRoot');
|
||||
|
||||
this.watcher = chokidar.watch([
|
||||
'src/plugins',
|
||||
'src/server',
|
||||
'src/ui',
|
||||
'src/utils',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue