mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-29 09:51:22 +08:00
let script mode be one-shot
This commit is contained in:
parent
59efba0aea
commit
15f8dac67a
@ -71,7 +71,10 @@ class App
|
||||
Log::error($error_msg);
|
||||
// Notice::push('error', $error_msg);
|
||||
}
|
||||
yield call_user_func(array("BiliHelper\\$dir\\" . $taskName, 'Delayed'), []);
|
||||
if ($dir == 'Plugin')
|
||||
yield call_user_func(array("BiliHelper\\$dir\\" . $taskName, 'Delayed'), []);
|
||||
else
|
||||
break;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user