fix: avoid double compilation when for context dependencies

This commit is contained in:
alexander.akait 2023-04-05 00:38:39 +03:00
parent eed37e93c5
commit f634635b78
1 changed files with 1 additions and 0 deletions

View File

@ -2565,6 +2565,7 @@ class FileSystemInfo {
} }
if ( if (
snap.timestampHash !== undefined && snap.timestampHash !== undefined &&
current.timestampHash !== undefined &&
current.timestampHash !== snap.timestampHash current.timestampHash !== snap.timestampHash
) { ) {
// If we have a timestampHash (it was a directory) and it differs from current timestampHash // If we have a timestampHash (it was a directory) and it differs from current timestampHash