mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-02 04:33:09 +00:00
fix(socket) ret -> io
This commit is contained in:
parent
3678f2ea8d
commit
5f922ba16d
2 changed files with 9 additions and 7 deletions
|
|
@ -37,8 +37,6 @@
|
|||
* @pServer {Object} started server object
|
||||
*/
|
||||
function listen(pServer) {
|
||||
var ret;
|
||||
|
||||
if (io) {
|
||||
io = io.listen(pServer);
|
||||
|
||||
|
|
@ -65,6 +63,6 @@
|
|||
]);
|
||||
}
|
||||
|
||||
return ret;
|
||||
return io;
|
||||
}
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue