From 0902385a010a2d4a10a454d88aaa11963fbdb2ff Mon Sep 17 00:00:00 2001 From: EnixApp Date: Wed, 26 Feb 2020 07:08:15 +0700 Subject: [PATCH] Colored table in CLI --- system/CLI/CLI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/CLI/CLI.php b/system/CLI/CLI.php index e60036c79d0a..fbb4525c42f1 100644 --- a/system/CLI/CLI.php +++ b/system/CLI/CLI.php @@ -958,7 +958,7 @@ public static function table(array $tbody, array $thead = []) } } - fwrite(STDOUT, $table); + static::write($table); } //--------------------------------------------------------------------