【修复】修复Luban.ClientServer未指定-h参数运行抛异常的bug
parent
598b14305f
commit
35fd2b38cb
|
|
@ -207,6 +207,7 @@ Options:
|
||||||
|
|
||||||
if (string.IsNullOrWhiteSpace(options.Host))
|
if (string.IsNullOrWhiteSpace(options.Host))
|
||||||
{
|
{
|
||||||
|
options.Host = "127.0.0.1";
|
||||||
StartServer(options);
|
StartServer(options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue