From 196ae736f3c461b2856314d2662db37426b6ff8e Mon Sep 17 00:00:00 2001 From: shanmite <1971513084@qq.com> Date: Tue, 30 Mar 2021 20:49:47 +0800 Subject: [PATCH] fix: Turn_on_the_Monitor --- lib/lottery-in-nodejs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lottery-in-nodejs.js b/lib/lottery-in-nodejs.js index a05147b..f481db2 100644 --- a/lib/lottery-in-nodejs.js +++ b/lib/lottery-in-nodejs.js @@ -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小时');