Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change "is plugin uninstalled?" check to always run
Previously the check would only run if the plugin was require-dev. That behaviour is incorrect, as the check should always be done. If the plugin is not installed, it doesn't make sense to return an error under any circumstances. This commit fixes that oversight.
- Loading branch information