We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
remy
Learn more about funding links in repositories.
Report abuse
1 parent c121187 commit e95ea6fCopy full SHA for e95ea6f
lib/monitor/watch.js
@@ -49,6 +49,7 @@ function watch() {
49
}
50
51
var watchOptions = {
52
+ ignorePermissionErrors: true,
53
cwd: process.cwd(), // use cwd for relative path ignore
54
ignored: ignored,
55
persistent: true,
0 commit comments