Skip to content

Commit 4fc1d3d

Browse files
quzardfzlins
authored andcommitted
fix count is not defined
1 parent 73a0c32 commit 4fc1d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource/sites/xp.m-team.cc/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@
954954
this.downloadURLs(urls, urls.length, hanleDownloadURLsCB, downloadOptions);
955955
}
956956
}).then(() => {
957-
success({msg: this.t('downloadURLsFinished', {count: ` ${count}/${totalCnt}`})});
957+
success({msg: this.t('downloadURLsFinished', {count: ` ${successCnt}/${totalCnt}`})});
958958
})
959959
.catch(e => {
960960
console.error(e);

0 commit comments

Comments
 (0)