Skip to content

Commit 2cc6b7a

Browse files
save file
1 parent c2c07a1 commit 2cc6b7a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@
276276
var abs = path+name;
277277

278278
var uint8 = await webcontainer.fs.readFile(path);
279+
console.log(uint8);
279280
var blob = new Blob([uint8]);
281+
console.log(blob);
280282

281283
return {blob};
282284

0 commit comments

Comments
 (0)