From 41524cf7c74e7297950ac93d93bc05e4ea33547a Mon Sep 17 00:00:00 2001 From: ybouane Date: Thu, 10 Oct 2024 01:04:24 -0400 Subject: [PATCH] Missing + --- watcher.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watcher.js b/watcher.js index 8977944..0ccd99b 100644 --- a/watcher.js +++ b/watcher.js @@ -152,8 +152,8 @@ while(true) { if(config.telegram?.botToken && config.telegram?.chatId) { /*await*/ sendTelegramMessage(config.telegram.botToken, config.telegram.chatId, `šŸ”„ ERROR\n`+ - `${site.name || siteId} — ${endpoint.name || endpointId} [${endpointStatus.ttfb.toFixed(2)}ms]\n` - `→ ${endpointStatus.err}` + `${site.name || siteId} — ${endpoint.name || endpointId} [${endpointStatus.ttfb.toFixed(2)}ms]\n`+ + `→ ${endpointStatus.err}`+ `\n→ ${endpoint.link || endpoint.url}\n` ); }