mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-30 15:19:32 +08:00
测试 Centos7 测试
This commit is contained in:
parent
57125e42d0
commit
f4da53fd27
@ -273,6 +273,7 @@ class ServerProcess extends EventEmitter {
|
||||
// Docker 启动
|
||||
// 选用虚拟化技术启动后,将不再执行下面代码逻辑,由专属的进程启动方式启动。
|
||||
this.dockerStart().then(undefined, (error) => {
|
||||
MCSERVER.error('此服务器启动时异常,具体错误信息:', err);
|
||||
this.printlnCommandLine("进程实例启动时失败,建议检查配置文件与启动参数");
|
||||
this.stop();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user