From a9165b601a4432ff6d1eea397ec5279fdd9c4952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 12 Jan 2022 18:03:09 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function.php b/function.php index 38b990ca..9e22788b 100644 --- a/function.php +++ b/function.php @@ -1255,7 +1255,7 @@ Throwable: ' . $throwable->getMessage() . ' $message .= ' ' . $value['file'] . '->' . $value['line'] . '(' . ($value['class'] ?? 'static') . '::' . ($value['function'] ?? 'function') . ')'; } - return print_r("\033[37m\t" . $message . "\t\033[41m", true); + return print_r("\033[37m\t" . $message . "\033[41m\t", true); } }