mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-27 07:36:01 +00:00
added empty directory check and file creation
This commit is contained in:
@@ -2205,6 +2205,7 @@ window.unzipItem = async function(itemPath) {
|
||||
} else {
|
||||
fileName = fileItem;
|
||||
}
|
||||
fileName != "" && await puter.fs.write(rootdir.path + '/' + fileItem, fileData);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user