mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 09:30:10 +08:00
commit
88448fb482
@ -71,7 +71,10 @@ class App
|
|||||||
Log::error($error_msg);
|
Log::error($error_msg);
|
||||||
// Notice::push('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