From f634635b78581edabf7eced4c6f712c81734d5e8 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Wed, 5 Apr 2023 00:38:39 +0300 Subject: [PATCH] fix: avoid double compilation when for context dependencies --- lib/FileSystemInfo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/FileSystemInfo.js b/lib/FileSystemInfo.js index 87221acfa..4aa05b3bf 100644 --- a/lib/FileSystemInfo.js +++ b/lib/FileSystemInfo.js @@ -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