Skip to content
New issue

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

Prevent drush from crushing, when command extends non-existent class #5861

Open
wants to merge 1 commit into
base: 12.x
Choose a base branch
from

Conversation

ilyano
Copy link

@ilyano ilyano commented Feb 8, 2024

Fixes #5860

@greg-1-anderson
Copy link
Member

We probably need some form of notification, even if it's only a debug log message, so that commands do not silently disappear when underlying things change in such a way as to prevent instantiation from working.

@ilyano
Copy link
Author

ilyano commented Mar 13, 2024

@greg-1-anderson thanks for the notice! I've added debug message.

@ilyano ilyano force-pushed the fix-fatal-on-non-existent-class branch from b668d23 to 46efb84 Compare March 20, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prevent drush from crushing, when module's command extends non-existent class
3 participants