mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(cloudcmd) cloudcmd: rm socket
This commit is contained in:
parent
c7a5f943ad
commit
cc4002c182
1 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@
|
|||
if (p.socket)
|
||||
listen(prefix, p.socket);
|
||||
|
||||
return cloudcmd(prefix, p.socket);
|
||||
return cloudcmd(prefix);
|
||||
};
|
||||
|
||||
function authCheck(socket, success) {
|
||||
|
|
@ -146,7 +146,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
function cloudcmd(prefix, socket) {
|
||||
function cloudcmd(prefix) {
|
||||
var isOption = function(name) {
|
||||
return config(name);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue