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 0cf5b6a commit 610967aCopy full SHA for 610967a
ui/desktop/src/goosed.ts
@@ -34,8 +34,7 @@ export const checkServerStatus = async (client: Client): Promise<boolean> => {
34
try {
35
await status({ client, throwOnError: true });
36
return true;
37
- } catch (error) {
38
- log.error('failure to connect, will retry', error);
+ } catch {
39
if (attempt === maxAttempts) {
40
log.error(`Server failed to respond after ${(interval * maxAttempts) / 1000} seconds`);
41
}
0 commit comments