fix: avoid double compilation when for context dependencies
parent
eed37e93c5
commit
f634635b78
|
@ -2565,6 +2565,7 @@ class FileSystemInfo {
|
|||
}
|
||||
if (
|
||||
snap.timestampHash !== undefined &&
|
||||
current.timestampHash !== undefined &&
|
||||
current.timestampHash !== snap.timestampHash
|
||||
) {
|
||||
// If we have a timestampHash (it was a directory) and it differs from current timestampHash
|
||||
|
|
Loading…
Reference in New Issue