mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
06edfe83d3
commit
58b29c7540
1 changed files with 3 additions and 3 deletions
|
|
@ -142,10 +142,10 @@
|
|||
var lWriteStream = fs.createWriteStream(p.name);
|
||||
|
||||
lWriteStream.on('error', function(pError){
|
||||
main.sendError(pParams, pError);
|
||||
});
|
||||
main.sendError(pParams, pError);
|
||||
});
|
||||
|
||||
lWriteStream.on('end', function(){
|
||||
lWriteStream.on('open', function(){
|
||||
main.sendResponse(pParams, 'writed: ' + p.name);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue