fixed a bug in CLIController
This commit is contained in:
parent
1db989d7c8
commit
289e6530a8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user