We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cf094 commit 343980dCopy full SHA for 343980d
1 file changed
utils/misc/zip/v3.0/zip-v3.0.html
@@ -399,7 +399,9 @@
399
$(info,'#filename').textContent = str;
400
401
var str = '--';
402
+
403
var blob = await source();
404
405
if(blob){
406
var size = blob.size;
407
@@ -718,6 +720,9 @@
718
720
console.log(path);
719
721
var blob = await archive.file.read(path);
722
console.log(blob);
723
+ if(!blob){
724
+ log.red(path+' not found');
725
+ }
726
return blob;
727
728
}//source
0 commit comments