We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bcb18 commit 304b0e3Copy full SHA for 304b0e3
lib/DirectoryWatcher.js
@@ -714,8 +714,7 @@ class DirectoryWatcher extends EventEmitter {
714
safeTime,
715
w.directoryWatcher.collectTimeInfoEntries(
716
fileTimestamps,
717
- directoryTimestamps,
718
- safeTime
+ directoryTimestamps
719
)
720
);
721
}
@@ -727,6 +726,7 @@ class DirectoryWatcher extends EventEmitter {
727
726
for (const dir of this.directories.keys()) {
728
// No additional info about this directory
729
// but maybe another DirectoryWatcher has info
+ fileTimestamps.set(dir, EXISTANCE_ONLY_TIME_ENTRY);
730
if (!directoryTimestamps.has(dir))
731
directoryTimestamps.set(dir, EXISTANCE_ONLY_TIME_ENTRY);
732
0 commit comments