mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-09 14:27:55 +00:00
fix typo
This commit is contained in:
parent
8a2a79b65c
commit
86ab00e258
@ -14,7 +14,7 @@ class CLI {
|
||||
|
||||
public static function notice(string $string) {
|
||||
|
||||
echo sprintf("\033[36ms%s\033[0m", $string) . self::brake();
|
||||
echo sprintf("\033[36m%s\033[0m", $string) . self::brake();
|
||||
}
|
||||
|
||||
public static function warning(string $string) {
|
||||
|
Loading…
Reference in New Issue
Block a user