This commit is contained in:
iVampireSP.com 2022-12-05 12:48:01 +08:00
parent 45e32825cf
commit d2c103c980
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -51,7 +51,7 @@ public function handle()
foreach ($modules as $module) {
try {
$response = $module->http()->get('remote');
} catch (ConnectException $e) {
} catch (\Exception $e) {
Log::error($e->getMessage());
continue;
}