We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d4fe8 commit 020e4f9Copy full SHA for 020e4f9
src/client.ts
@@ -250,7 +250,7 @@ export class Pushy {
250
} catch (e: any) {
251
this.report({
252
type: 'errorChecking',
253
- message: 'Can not connect to update server. Trying backup endpoints.',
+ message: `Can not connect to update server: ${e.message}. Trying backup endpoints.`,
254
});
255
const backupEndpoints = await this.getBackupEndpoints();
256
if (backupEndpoints) {
0 commit comments