mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
fix(socket) lRet -> ret
This commit is contained in:
parent
9463f861fb
commit
48e570c99e
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
ret = io.sockets.on('connection', onConnection);
|
||||
}
|
||||
|
||||
return lRet;
|
||||
return ret;
|
||||
};
|
||||
|
||||
function onConnection(socket) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue