From 5b35c4de4a4b1240a29b52e130b9059aa7267f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 12 Jan 2022 18:02:45 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/function.php b/function.php index f6da900e..38b990ca 100644 --- a/function.php +++ b/function.php @@ -1243,10 +1243,11 @@ if (!function_exists('error_trigger_format')) { { $message = ' Throwable: ' . $throwable->getMessage() . ' - ' . $throwable->getFile() . " at line " . $throwable->getLine() . "\r\n"; + ' . $throwable->getFile() . " at line " . $throwable->getLine(); $message .= ' - trance' . "\r\n"; + trance + '; foreach ($throwable->getTrace() as $value) { if (!isset($value['file'])) { continue;