refactor: Update failureCause message in PingMonitor.ts

This commit is contained in:
Simon Larsen 2024-06-21 13:59:45 +01:00
parent 4c90dc66a0
commit f09419ef50
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -126,7 +126,7 @@ export default class PingMonitor {
return { return {
isOnline: false, isOnline: false,
failureCause: "Timeout exceeded", failureCause: "Host is not reachable. Timeout exceeded.",
}; };
} }