mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(socket) rm " "
This commit is contained in:
parent
9e51aeb5b8
commit
537f77d9ff
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
*/
|
||||
function listen(server) {
|
||||
if (io)
|
||||
io = io.listen(server);
|
||||
io = io.listen(server);
|
||||
|
||||
return io;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue