mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
84fdc7e9e5
commit
e1e40541dc
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