@@ -120,7 +120,7 @@ |
||
120 | 120 | // 渲染输出 |
121 | 121 | try { |
122 | 122 | $callback(); |
123 | - }catch (\think\exception\HttpResponseException $e) { |
|
123 | + } catch (\think\exception\HttpResponseException $e) { |
|
124 | 124 | throw $e; |
125 | 125 | } catch (\Exception $e) { |
126 | 126 | ob_end_clean(); |