mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
write -> save
This commit is contained in:
parent
d54954a60d
commit
f2f452b141
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@
|
|||
lWriteStream.on ('error', lError);
|
||||
p.request.on('error', lError);
|
||||
p.request.on('end', function(){
|
||||
main.sendResponse(pParams, 'write: ' + p.name);
|
||||
main.sendResponse(pParams, 'edit: save(' + p.name +')');
|
||||
});
|
||||
|
||||
//p.request.pipe(process.stdout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue