提交 8c303104 编写于 作者: L lindzh 提交者: yukon

[ROCKETMQ-292] Delete system.exit in MQAdminStartup

Author: lindzh <linsony0@163.com>

Closes #169 from lindzh/fix_main_system.exit.
上级 e1a42e4e
......@@ -119,7 +119,6 @@ public class MQAdminStartup {
ServerUtil.parseCmdLine("mqadmin " + cmd.commandName(), subargs, cmd.buildCommandlineOptions(options),
new PosixParser());
if (null == commandLine) {
System.exit(-1);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册