【修复】修复Luban.ClientServer未指定-h参数运行抛异常的bug

main
walon 2021-08-25 15:38:22 +08:00
parent 598b14305f
commit 35fd2b38cb
1 changed files with 1 additions and 0 deletions

View File

@ -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);
} }