From 020e4f9239f77d096379f8f28ba9584a59908e05 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Wed, 5 Mar 2025 15:38:11 +0800 Subject: [PATCH] print error --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {