Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-12 18:02:45 +08:00
parent 8b6aff5c7b
commit 5b35c4de4a
+3 -2
View File
@@ -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;