mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
改进Think\Error类的appShutdown方法
This commit is contained in:
@@ -65,7 +65,7 @@ class Error {
|
||||
Log::save();
|
||||
if ($e = error_get_last()) {
|
||||
ob_end_clean();
|
||||
self::appError($e['type'],$e['message'],$e['file'],$e['line']);
|
||||
self::halt($e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user