This commit is contained in:
2021-03-23 17:34:59 +08:00
parent 0d3c8a082d
commit 48472ccec1
-2
View File
@@ -77,8 +77,6 @@ class Service extends Component
} catch (\Throwable $exception) { } catch (\Throwable $exception) {
$this->addError($exception); $this->addError($exception);
return serialize(['state' => 'fail', 'message' => $exception->getMessage()]); return serialize(['state' => 'fail', 'message' => $exception->getMessage()]);
} finally {
fire(Event::SYSTEM_RESOURCE_RELEASES);
} }
}); });
} }