From 7ff439ed88f09e53f22ed551efbc46bd161b47c1 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 31 May 2025 09:07:35 -0700 Subject: [PATCH] feat: add connectivity log to `serviceCheck` --- tvapp2/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tvapp2/index.js b/tvapp2/index.js index 991ae7a1..2412882e 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -309,6 +309,11 @@ class Semaphore async function serviceCheck( service, uri ) { + Log.info( `ping`, chalk.yellow( `[initiate]` ), chalk.white( `ℹ️` ), + chalk.blueBright( `` ), chalk.gray( `Checking for connection` ), + chalk.blueBright( `` ), chalk.gray( ` ${ service } ` ), + chalk.blueBright( `
` ), chalk.gray( ` ${ uri } ` ) ); + /* try 1 */ try