From 431051baeae8161281dcf5087a5f90491eac51d8 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Tue, 13 May 2025 23:58:06 -0700 Subject: [PATCH] refactor: fix wrong icon with info type log --- tvapp2/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvapp2/index.js b/tvapp2/index.js index ba06b035..33484229 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -2326,7 +2326,7 @@ const server = http.createServer( ( request, response ) => chalk.blueBright( `` ), chalk.whiteBright.bgBlack( ` ${ envWebIP }:${ envWebPort } ` ), chalk.blueBright( `` ), chalk.whiteBright.bgBlack( ` ${ envIpContainer }:${ envWebPort } ` ) ); - Log.info( `core`, chalk.yellow( `[initiate]` ), chalk.white( `✅` ), + Log.info( `core`, chalk.yellow( `[initiate]` ), chalk.white( `ℹ️` ), chalk.blueBright( `` ), chalk.gray( `Running TVApp2 version` ), chalk.blueBright( `` ), chalk.gray( ` ${ version } ` ), chalk.blueBright( `` ), chalk.gray( ` ${ envAppRelease } ` ) );