Cml\Tools\RunCliCommand::printMessage PHP Method

printMessage() private static method

打印一行
private static printMessage ( string $msg ) : void
$msg string
return void
    private static function printMessage($msg)
    {
        $deper = Request::isCli() ? PHP_EOL : '<br />';
        echo $deper . $msg . $deper;
    }