Skip to content

Commit 343980d

Browse files
save file
1 parent 22cf094 commit 343980d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

utils/misc/zip/v3.0/zip-v3.0.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,9 @@
399399
$(info,'#filename').textContent = str;
400400

401401
var str = '--';
402+
402403
var blob = await source();
404+
403405
if(blob){
404406
var size = blob.size;
405407

@@ -718,6 +720,9 @@
718720
console.log(path);
719721
var blob = await archive.file.read(path);
720722
console.log(blob);
723+
if(!blob){
724+
log.red(path+' not found');
725+
}
721726
return blob;
722727

723728
}//source

0 commit comments

Comments
 (0)