mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 17:35:34 +00:00
fix(rest) save file stream: write.on(open) -> read.on(end)
This commit is contained in:
parent
1900656e7e
commit
257c9f83a9
2 changed files with 3 additions and 1 deletions
|
|
@ -98,6 +98,8 @@ getJSONfromFileTable.
|
|||
|
||||
* feature(edit) codemirror -> ace
|
||||
|
||||
* fix(rest) save file stream: write.on(open) -> read.on(end)
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@
|
|||
main.sendError(pParams, pError);
|
||||
});
|
||||
|
||||
lWriteStream.on('open', function(){
|
||||
p.request.on('end', function(){
|
||||
main.sendResponse(pParams, 'writed: ' + p.name);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue