1 parent f913ec4 commit 7fbf5d4Copy full SHA for 7fbf5d4
1 file changed
utils/misc/nodejs-terminal/html/webcontainer-fs/webcontainer-fs.html
@@ -266,6 +266,8 @@
266
var uint8 = new Uint8Array(buf);
267
await webcontainer.fs.writeFile(abs,uint8);
268
269
+ read();
270
+
271
return false;
272
273
}//upload
0 commit comments