Update app/Models/Node.php
This commit is contained in:
parent
a8356fc5d2
commit
19548338ee
@ -307,7 +307,9 @@ class Node extends Model
|
||||
|
||||
if ($message->startsWith('cURL error 6: Could not resolve host')) {
|
||||
$message = str('Could not resolve host');
|
||||
} elseif ($message->startsWith('cURL error 28: Failed to connect to ')) {
|
||||
}
|
||||
|
||||
if ($message->startsWith('cURL error 28: Failed to connect to ')) {
|
||||
$message = $message->after('cURL error 28: ')->before(' after ');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user