mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(rest) add " "
This commit is contained in:
parent
a507c32f4c
commit
caef39b97e
1 changed files with 2 additions and 3 deletions
|
|
@ -240,8 +240,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
for(var i = 0; i < n; i ++) {
|
||||
for (var i = 0; i < n; i ++) {
|
||||
var name = lDir + lFiles[i];
|
||||
|
||||
Util.log(name);
|
||||
|
|
@ -251,7 +250,7 @@
|
|||
}));
|
||||
}
|
||||
});
|
||||
}else
|
||||
} else
|
||||
fs.unlink(p.name, function(error) {
|
||||
checkSendError(error, params, function() {
|
||||
sendMsg(params, 'delete', p.name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue