Prettier format pending files
This commit is contained in:
parent
2cb098f2f5
commit
c9dfe98bc7
1 changed files with 3 additions and 1 deletions
|
|
@ -1451,7 +1451,9 @@ export function createServer() {
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
lastError = err instanceof Error ? err : new Error(String(err));
|
lastError = err instanceof Error ? err : new Error(String(err));
|
||||||
console.warn(`[Discord Bot Health] Failed to reach ${url}: ${lastError.message}`);
|
console.warn(
|
||||||
|
`[Discord Bot Health] Failed to reach ${url}: ${lastError.message}`,
|
||||||
|
);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue