Skip to content

Commit a15eca7

Browse files
save file
1 parent 9d60a9e commit a15eca7

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
@@ -523,10 +523,10 @@
523523
}//read
524524

525525

526-
function display(path){
526+
async function display(path){
527527

528528
path ||= filenav.cur.path;
529-
var list = read(path); //console.json(list);
529+
var list = await read(path); //console.json(list);
530530

531531
filenav.display.flat(path,list);
532532

0 commit comments

Comments
 (0)