mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(rest) "copied to" -> "copy: ok"
This commit is contained in:
parent
53420f1154
commit
9dfa40ac94
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@
|
|||
lReadStream.on('error', lError);
|
||||
|
||||
lReadStream.on('end', function(){
|
||||
main.sendResponse(pParams, 'copied to: ' + l.to);
|
||||
main.sendResponse(pParams, 'copy: ok("' + l.to + '")');
|
||||
});
|
||||
|
||||
lReadStream.pipe(lWriteStream);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue