-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: propagate errors of services
Currently it's difficult to debug services, as they don't throw an error if functional part failes. This leads to the log messages about a module being reloaded without explanation of the reason. This is caused by the fact, that functional part of every service is pcalled, return status is not checked. Let's throw a returned error, if pcall of a service fails. Part of #446 NO_DOC=bugfix NO_TEST=<following commit>
- Loading branch information
1 parent
6d21e4c
commit f386a77
Showing
1 changed file
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters