From 3ffb60e78f707babeb46d5b42fd55b1c6fbab5a5 Mon Sep 17 00:00:00 2001 From: whwyy Date: Wed, 13 Dec 2023 19:13:53 +0800 Subject: [PATCH] eee --- function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function.php b/function.php index 841fc094..6463b33d 100644 --- a/function.php +++ b/function.php @@ -938,7 +938,7 @@ if (!function_exists('throwable')) { if (is_string($throwable)) { return $throwable; } - $message = "\033[31m" . $throwable::class . ' ' . $throwable->getMessage() . "\033[0m" . PHP_EOL . $throwable->getFile() . " at line " . $throwable->getLine() . PHP_EOL; + $message = "\033[31m" . $throwable::class . ' ' . $throwable->getMessage() . "\033[0m" . PHP_EOL; $message .= ' Trance: ' . PHP_EOL; $message .= ' File: ' . $throwable->getFile() . PHP_EOL; $message .= ' Line: ' . $throwable->getLine() . PHP_EOL;