We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drush pmu doesn't display the reasons from this exception very well and it's sometimes very difficult to parse.
drush pmu
It should catch \Drupal\Core\Extension\ModuleUninstallValidatorException and then parse the reasons (splitting by ;) into a readable list.
\Drupal\Core\Extension\ModuleUninstallValidatorException
;
The text was updated successfully, but these errors were encountered:
No need to catch the exception, Drush just needs to validate before uninstalling.
See #2494
Sorry, something went wrong.
No branches or pull requests
drush pmu
doesn't display the reasons from this exception very well and it's sometimes very difficult to parse.It should catch
\Drupal\Core\Extension\ModuleUninstallValidatorException
and then parse the reasons (splitting by;
) into a readable list.The text was updated successfully, but these errors were encountered: