Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-12 18:22:53 +08:00
parent 1896dc90b4
commit 94851c3f51
+2 -2
View File
@@ -1249,8 +1249,8 @@ Throwable: ' . $throwable->getMessage() . "\t\n" . ' ' . $throwable->getFile() .
if (!isset($value['file'])) {
continue;
}
$message .= "\t" . '
' . $value['file'] . '->' . $value['line'] . '(' . ($value['class'] ?? 'static') . '::' . ($value['function'] ?? 'function') . ')' . "\t";
$message .= '
' . $value['file'] . "\t" . $value['line'] . "\t" . ($value['class'] ?? 'static') . '::' . ($value['function'] ?? 'function') . "\t";
}
return "\033[41;37m" . $message . "\033[0m";
}