mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
parent
1b80f853ed
commit
354d8cff1a
@ -38,7 +38,7 @@ function start(num) {
|
|||||||
const lotterys = global_var.get("Lottery");
|
const lotterys = global_var.get("Lottery");
|
||||||
if (lotterys.length === 0) {
|
if (lotterys.length === 0) {
|
||||||
log.info('抽奖', '抽奖信息为空');
|
log.info('抽奖', '抽奖信息为空');
|
||||||
resolve();
|
event_bus.emit('Turn_off_the_Monitor', '抽奖信息为空')
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (times.value() === lotterys.length) {
|
if (times.value() === lotterys.length) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user