diff --git a/src/client.ts b/src/client.ts index 42121f3..1966af2 100644 --- a/src/client.ts +++ b/src/client.ts @@ -250,7 +250,7 @@ export class Pushy { } catch (e: any) { this.report({ type: 'errorChecking', - message: 'Can not connect to update server. Trying backup endpoints.', + message: `Can not connect to update server: ${e.message}. Trying backup endpoints.`, }); const backupEndpoints = await this.getBackupEndpoints(); if (backupEndpoints) {