diff --git a/helper/Schedule.js b/helper/Schedule.js index c61fdb0..f364d7b 100644 --- a/helper/Schedule.js +++ b/helper/Schedule.js @@ -30,7 +30,7 @@ function serverExe(servername, commande) { serverModel.sendCommand(servername, commande); } catch (err) { //默认忽略定时计划任务错误 - MCSERVER.log("[ Schedule ] [", servername, "] 服务器计划执行时保存 | 已忽略"); + MCSERVER.log("[ Schedule ] [", servername, "] 服务器计划执行时报错 | 已忽略"); } } diff --git a/public/template/component/console.html b/public/template/component/console.html index dead30e..afd1bdd 100644 --- a/public/template/component/console.html +++ b/public/template/component/console.html @@ -115,7 +115,7 @@