Skip to content

Commit 9d60a9e

Browse files
save file
1 parent 92f46a7 commit 9d60a9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,9 +765,9 @@
765765
}//blob
766766

767767

768-
archive.files = function(){
768+
archive.files = async function(){
769769

770-
var result = archive[archive.type].files();
770+
var result = await archive[archive.type].files();
771771
return result;
772772

773773
}//files

0 commit comments

Comments
 (0)