This commit is contained in:
Roman Shevchenko
2016-04-06 18:48:08 +02:00
@@ -184,9 +184,7 @@ public class FileWatcher {
@Override
public void notifyManualWatchRoots(@NotNull Collection<String> roots) {
if (!roots.isEmpty()) {
myManualWatchRoots.add(ContainerUtil.newHashSet(roots));
}
myManualWatchRoots.add(ContainerUtil.newHashSet(roots));
notifyOnAnyEvent();
}