提交 a747d787 authored 作者: Thomas Mueller's avatar Thomas Mueller

Issue 412: Running the Server tool with just the option "-browser" will now log a warning.

上级 2d662333
...@@ -323,6 +323,8 @@ public class Server extends Tool implements Runnable, ShutdownHandler { ...@@ -323,6 +323,8 @@ public class Server extends Tool implements Runnable, ShutdownHandler {
if (result != null) { if (result != null) {
throw result; throw result;
} }
} else if (browserStart) {
out.println("The browser can only start if a web server is started (-web)");
} }
if (tcpStart) { if (tcpStart) {
tcp = createTcpServer(args); tcp = createTcpServer(args);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论