Skip to content
Snippets Groups Projects
Commit ff1015c9 authored by 最萌小汐's avatar 最萌小汐
Browse files

better supporting socket

parent 647ec374
Branches
Tags
No related merge requests found
......@@ -194,6 +194,7 @@ class LuaClient {
return undefined;
};
const port = commandParam[portIndex].split("=")[1]
|| commandParam[portIndex].split(" ")[1]
|| commandParam[portIndex + 1];
if (!port) {
return undefined;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment