Skip to content

Commit abfae4b

Browse files
save file
1 parent 5f9644b commit abfae4b

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
@@ -264,7 +264,7 @@
264264

265265
var buf = await blob.arrayBuffer();
266266
var uint8 = new Uint8Array(buf);
267-
await wc.fs.writeFile(path,uint8);
267+
await wc.fs.writeFile(abs,uint8);
268268

269269
return false;
270270

0 commit comments

Comments
 (0)