mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
write -> save
This commit is contained in:
parent
99289b663b
commit
332f292cb0
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