Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-12 18:05:49 +08:00
parent a9165b601a
commit 54f19fb058
+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 . "\033[41m\t", true);
return print_r("\033[1;31,37m" . $message . "\33[41m", true);
}
}