Skip to content

Commit

Permalink
Update app/Models/Node.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch authored Oct 29, 2024
1 parent 95a8f72 commit b5145b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ public function systemInformation(): array
if ($message->startsWith('cURL error 6: Could not resolve host')) {
$message = str('Could not resolve host');
}

if ($message->startsWith('cURL error 28: Failed to connect to ')) {
$message = $message->after('cURL error 28: ')->before(' after ');
}
Expand Down

0 comments on commit b5145b0

Please sign in to comment.