mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:15:42 -04:00
feat: add connectivity log to serviceCheck
This commit is contained in:
@@ -309,6 +309,11 @@ class Semaphore
|
||||
|
||||
async function serviceCheck( service, uri )
|
||||
{
|
||||
Log.info( `ping`, chalk.yellow( `[initiate]` ), chalk.white( `ℹ️` ),
|
||||
chalk.blueBright( `<msg>` ), chalk.gray( `Checking for connection` ),
|
||||
chalk.blueBright( `<service>` ), chalk.gray( ` ${ service } ` ),
|
||||
chalk.blueBright( `<address>` ), chalk.gray( ` ${ uri } ` ) );
|
||||
|
||||
/* try 1 */
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user