mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(rest) rm " "
This commit is contained in:
parent
9963577a65
commit
f92964f578
1 changed files with 2 additions and 2 deletions
|
|
@ -191,8 +191,8 @@ function onPUT(name, body, callback) {
|
|||
const basename = path.basename;
|
||||
|
||||
moveFiles(dirname(from), dirname(to), [basename(to)])
|
||||
.on('error', fn)
|
||||
.on('end', fn);
|
||||
.on('error', fn)
|
||||
.on('end', fn);
|
||||
|
||||
break;
|
||||
} case 'cp':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue