fixed a bug in CLIController

This commit is contained in:
tracer 2024-07-13 16:48:15 +02:00
parent 1db989d7c8
commit 289e6530a8
1 changed files with 1 additions and 1 deletions

View File

@ -1224,7 +1224,7 @@ class CLIController
echo Colors::DEFAULT . ' Version: ' . Colors::YELLOW . $decodedData->version;
echo Colors::DEFAULT . ' (Build: ' . Colors::YELLOW . $decodedData->buildnumber . Colors::DEFAULT . ')' . PHP_EOL;
} else {
echo Color::RED . ' Error: ' . Colors::YELLOW . $result['data'] . Colors::DEFAULT . PHP_EOL;
echo Colors::RED . ' Error: ' . Colors::YELLOW . $result['data'] . Colors::DEFAULT . PHP_EOL;
}
// var_dump($result);
$skipAAAA = true;