We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d312022 commit e72c3b2Copy full SHA for e72c3b2
1 file changed
lib/node/NodeWatchFileSystem.js
@@ -48,7 +48,7 @@ class NodeWatchFileSystem {
48
changes.filter(file => missing.indexOf(file) >= 0).sort(), times, times);
49
});
50
51
- this.watcher.watch(files.concat(missing), dirs, startTime);
+ this.watcher.watch(files.concat(missing), dirs.concat(missing), startTime);
52
53
if(oldWatcher) {
54
oldWatcher.close();
0 commit comments