Skip to content

Commit b26a5c6

Browse files
save file
1 parent 321ec42 commit b26a5c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,8 @@
693693
console.log(path);
694694
var blob = await zip.file(path).async('blob');
695695
console.log(blob);
696-
696+
return blob;
697+
697698
}//source
698699

699700

0 commit comments

Comments
 (0)