Skip to content

Commit 793ee8a

Browse files
save file
1 parent a8b680a commit 793ee8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/misc/nodejs-terminal/html/webcontainer-fs/webcontainer-fs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
}//upload
272272

273273

274-
file.download = async function(path){
274+
file.download = async function(path){console.log(arguments);
275275
debug('file.download',path);
276276
var uint8 = await webcontainer.fs.readFile(path);
277277
var blob = new Blob([uint8]);

0 commit comments

Comments
 (0)