Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-12 18:03:09 +08:00
parent 5b35c4de4a
commit a9165b601a
+1 -1
View File
@@ -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);
}
}