update the docs and the extension
This commit is contained in:
parent
f817a83f1d
commit
8dee35c68f
5 changed files with 53 additions and 5 deletions
|
@ -889,7 +889,7 @@ fn intezo_mappattorol(machine: &mut Machine, op: &DecompiledOperation, args: Vec
|
|||
if !res {
|
||||
error(format!("Folder does not exist"), machine, op);
|
||||
}
|
||||
match fs::remove_dir_all(&str) {
|
||||
match fs::remove_dir(&str) {
|
||||
Err(e) => {
|
||||
error(format!("Failed to remove directory: {}", e), machine, op);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue