Skip to content

Commit c2c07a1

Browse files
save file
1 parent 277959e commit c2c07a1

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
@@ -278,7 +278,7 @@
278278
var uint8 = await webcontainer.fs.readFile(path);
279279
var blob = new Blob([uint8]);
280280

281-
return {result:false,blob};
281+
return {blob};
282282

283283
}//download
284284

0 commit comments

Comments
 (0)