Skip to content

Commit 020e4f9

Browse files
committed
print error
1 parent e0d4fe8 commit 020e4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export class Pushy {
250250
} catch (e: any) {
251251
this.report({
252252
type: 'errorChecking',
253-
message: 'Can not connect to update server. Trying backup endpoints.',
253+
message: `Can not connect to update server: ${e.message}. Trying backup endpoints.`,
254254
});
255255
const backupEndpoints = await this.getBackupEndpoints();
256256
if (backupEndpoints) {

0 commit comments

Comments
 (0)