diff --git a/System/Abstracts/BaseObject.php b/System/Abstracts/BaseObject.php index d839811c..52ca1a83 100644 --- a/System/Abstracts/BaseObject.php +++ b/System/Abstracts/BaseObject.php @@ -182,7 +182,7 @@ class BaseObject implements Configure if (!is_string($message)) { $message = print_r($message, true); } - echo "\033[41;37m[ERROR][" . date('Y-m-d H:i:s') . ']: ' . (empty($method) ? '' : $method . ': ') . $message . "\033[0m"; + echo "\033[41;37m[ERROR][" . date('Y-m-d H:i:s') . ']: ' . (empty($method) ? '' : $method . ': ') . PHP_EOL . $message . "\033[0m"; echo PHP_EOL; }