Skip to content

Commit 4911955

Browse files
save file
1 parent 6ad1d6a commit 4911955

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@
362362
btn.export = async function(){
363363
console.log(filenav.cur,zip);
364364
var path = filenav.cur.path+filenav.cur.name;
365+
console.log(path);
365366
var blob = await zip.file(path).async('blob');
366367
console.log(blob);
367368

0 commit comments

Comments
 (0)