diff --git a/app/config.js b/app/config.js index 1558aec9..5f79ea00 100644 --- a/app/config.js +++ b/app/config.js @@ -40,6 +40,9 @@ function watch() { }); } }); + this.on('error', () => { + // Ignore file watching errors + }); }); }