You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Max total size in a single ZIP has been reached (${processedSize} of ${this.settings.maxTotalSizeInZip*1024*1024}). The rest of the files will be archived in the next process`,
296
+
"result"+key
286
297
);
298
+
hasExtra=true;
287
299
break;
288
300
}
289
301
}
290
302
this.logMessage(
291
-
`All ${processed} files have been scanned, ${zipped} files are now compressing. please wait for a while`,
303
+
`${processed} of ${normalFiles.length} files have been scanned, ${zipped} files are now compressing. please wait for a while`,
292
304
key
293
305
);
294
306
if(zipped==0&&missingFiles==0){
295
307
this.logMessage(
296
-
`All ${processed} files have been scanned, but nothing has been changed!\nGenerating ZIP has been skipped.`,
308
+
`${processed}of ${normalFiles.length}files have been scanned, and nothing has been changed!\nGenerating ZIP has been skipped.`,
0 commit comments