mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
chore(rest) writed -> write
This commit is contained in:
parent
22e825e068
commit
588674345d
1 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@
|
|||
if (pError)
|
||||
main.sendError(pParams, pError);
|
||||
else
|
||||
main.sendResponse(pParams, 'writed: ' + p.name);
|
||||
main.sendResponse(pParams, 'write ' + p.name);
|
||||
});
|
||||
else
|
||||
main.sendError(pParams, lRet || lDiff);
|
||||
|
|
@ -173,7 +173,7 @@
|
|||
});
|
||||
|
||||
p.request.on('end', function(){
|
||||
main.sendResponse(pParams, 'writed: ' + p.name);
|
||||
main.sendResponse(pParams, 'writ: ' + p.name);
|
||||
});
|
||||
|
||||
//p.request.pipe(process.stdout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue