-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(policy-check): Make check policy continue after errors (#12373)
The `check policy` command was not working properly. I think the primary problem was calls to `this.exit(1)` inside routeToHandlers, which made the process exit instead of continuing to process other handlers. This change fixes the problem.
- Loading branch information
1 parent
77ceb12
commit edb1d84
Showing
1 changed file
with
39 additions
and
41 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