Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotfix(cli) fix recursive calls to the startup errorhandler
The `pcall`s used to stop the services seem to inherit the errorhandler from the `xpcall` up on the stack. This causes a recursive call if stopping the services errors for some reason.
- Loading branch information