diff --git a/src/functions.php b/src/functions.php index cdd90d58b..c6bda06b5 100644 --- a/src/functions.php +++ b/src/functions.php @@ -211,7 +211,7 @@ function console($message, $EOL = true, $log = true, $level = 1){ } $message = TextFormat::toANSI($time . $add . $message . FORMAT_RESET); }else{ - $message = $replaced; + $message = TextFormat::clean($replaced); } echo $message; }