diff --git a/src/core/App.php b/src/core/App.php index 749bf3e..9c96ce8 100644 --- a/src/core/App.php +++ b/src/core/App.php @@ -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; } }); }