Skip to content

Commit 9df62ed

Browse files
save file
1 parent 1511a4e commit 9df62ed

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
@@ -150,7 +150,7 @@
150150
var files = [];
151151

152152

153-
console.log(await webcontainer.fs.readdir('/',{withFileTypes:true}));
153+
console.log(await webcontainer.fs.readdir('/'));
154154

155155

156156
return;

0 commit comments

Comments
 (0)