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:
David Vega Fontelos 2016-03-03 00:35:36 +01:00
parent 419434f5c8
commit 4899e4b177

View file

@ -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',