Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/CacheMd5.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,11 @@ class Md5Cache {
md5Cache[file] = value;
cachedMd5s[file] = value.hash;
}

// If somehow dependencies operates on a file in both file and
// context, or otherwise doubles up, return value so the second
// call receives input.
return value;
}

const building = buildingMd5s[file];
Expand Down