Skip to content

Commit b86670c

Browse files
committed
Update files.js
1 parent 3e8f004 commit b86670c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function onFileEclipsedInCache(oldSha, newSha, newFile) {
169169
window.setTimeout(() => {
170170

171171
// if old sha and old sha eclipsed file exist
172-
if (oldSha && eclipsedFiles[oldSha]) {
172+
if (oldSha && modifiedFiles[oldSha]) {
173173

174174
// remove the updated file under old sha as key
175175
// from modifiedFiles

0 commit comments

Comments
 (0)