Skip to content

Commit 0623244

Browse files
save file
1 parent 587377f commit 0623244

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
@@ -399,7 +399,7 @@
399399
debug('dir.rem',path,name);
400400
var abs = path+name;
401401

402-
await webcontainer.fs.rm(abs);
402+
await webcontainer.fs.rm(abs,{recursive:true});
403403

404404
return false;
405405

0 commit comments

Comments
 (0)