整理 - 细节问题

This commit is contained in:
suwings 2018-06-03 09:14:37 +08:00
parent 80d39d7e03
commit 9014fbd996
2 changed files with 2 additions and 2 deletions

2
app.js
View File

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

View File

@ -48,4 +48,4 @@
"engines": {
"node": ">=8.0"
}
}
}