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