* Modify error message output.

This commit is contained in:
caoyanyi
2023-05-09 10:51:53 +08:00
parent 64536a455e
commit 02c61ce778
+1 -1
View File
@@ -2984,7 +2984,7 @@ class baseRouter
$htmlError = "<html><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /></head>";
$htmlError .= "<body>" . nl2br($errorLog) . "</body></html>";
helper::end($htmlError);
echo $htmlError;
}
}