missing dependencies could be files too

This commit is contained in:
Tobias Koppers 2017-07-15 10:27:01 +02:00
parent d3120220e1
commit e72c3b22c8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class NodeWatchFileSystem {
changes.filter(file => missing.indexOf(file) >= 0).sort(), times, times);
});
this.watcher.watch(files.concat(missing), dirs, startTime);
this.watcher.watch(files.concat(missing), dirs.concat(missing), startTime);
if(oldWatcher) {
oldWatcher.close();