Skip to content

Commit 64e6c65

Browse files
committed
append
1 parent 9bbc2c7 commit 64e6c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upload/resume.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ export default class Resume extends Base {
124124

125125
const shouldCheckMD5 = this.config.checkByMD5
126126
const reuseSaved = () => {
127-
this.uploadedList[index] = cachedInfo
128127
this.usedCacheList[index] = true
129128
this.updateChunkProgress(chunk.size, index)
129+
this.uploadedList[index] = cachedInfo
130130
this.updateLocalCache()
131131
}
132132

0 commit comments

Comments
 (0)