mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 04:55:42 -04:00
refactor: fix wrong icon with info type log
This commit is contained in:
@@ -2326,7 +2326,7 @@ const server = http.createServer( ( request, response ) =>
|
||||
chalk.blueBright( `<ipPublic>` ), chalk.whiteBright.bgBlack( ` ${ envWebIP }:${ envWebPort } ` ),
|
||||
chalk.blueBright( `<ipDocker>` ), chalk.whiteBright.bgBlack( ` ${ envIpContainer }:${ envWebPort } ` ) );
|
||||
|
||||
Log.info( `core`, chalk.yellow( `[initiate]` ), chalk.white( `✅` ),
|
||||
Log.info( `core`, chalk.yellow( `[initiate]` ), chalk.white( `ℹ️` ),
|
||||
chalk.blueBright( `<msg>` ), chalk.gray( `Running TVApp2 version` ),
|
||||
chalk.blueBright( `<version>` ), chalk.gray( ` ${ version } ` ),
|
||||
chalk.blueBright( `<release>` ), chalk.gray( ` ${ envAppRelease } ` ) );
|
||||
|
||||
Reference in New Issue
Block a user