fix: Turn_on_the_Monitor

This commit is contained in:
shanmite 2021-03-30 20:49:47 +08:00
parent f21f026415
commit 196ae736f3

View File

@ -48,7 +48,7 @@ function start() {
resolve();
})
if (process.env.LOCALLAUNCH) {
eventBus.emit('Turn_off_the_Monitor');
eventBus.emit('Turn_on_the_Monitor');
} else {
setTimeout(() => {
Base.tooltip.log('运行时间超过Actions上限 - 6小时');