forked from mirror/MCSManager
整理 - 细节问题
This commit is contained in:
parent
80d39d7e03
commit
9014fbd996
2
app.js
2
app.js
@ -236,7 +236,7 @@ app.use('/fs', require('./onlinefs/controller/function'));
|
||||
MCSERVER.infoLog('Module', '初始化 ServerManager Module ');
|
||||
|
||||
Schedule.init();
|
||||
MCSERVER.infoLog('Module', '初始化 计划任务机制');
|
||||
MCSERVER.infoLog('Module', '初始化 Schedule Module');
|
||||
|
||||
var host = MCSERVER.localProperty.http_ip;
|
||||
var port = MCSERVER.localProperty.http_port;
|
||||
|
@ -48,4 +48,4 @@
|
||||
"engines": {
|
||||
"node": ">=8.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user