This commit is contained in:
2021-03-16 14:46:08 +08:00
parent 5824d5626b
commit a890dc3fb8
+1 -1
View File
@@ -69,7 +69,7 @@ class OnRequest extends Callback
} catch (ExitException | Error | \Throwable $exception) { } catch (ExitException | Error | \Throwable $exception) {
return $this->sendErrorMessage($request, $response, $exception); return $this->sendErrorMessage($request, $response, $exception);
} finally { } finally {
file(Event::SYSTEM_RESOURCE_RELEASES); fire(Event::SYSTEM_RESOURCE_RELEASES);
\logger()->insert(); \logger()->insert();
} }
} }