Skip to content

Commit

Permalink
missing dependencies could be files too
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 15, 2017
1 parent d312022 commit e72c3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node/NodeWatchFileSystem.js
Expand Up @@ -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();
Expand Down

0 comments on commit e72c3b2

Please sign in to comment.