From 86ab00e258d2300d6dc1bc877fe7217618b4716e Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 29 Jul 2023 17:31:53 +0300 Subject: [PATCH] fix typo --- library/cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cli.php b/library/cli.php index 3305e4f..c782569 100644 --- a/library/cli.php +++ b/library/cli.php @@ -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) {