drush
drush copied to clipboard
Prevent drush from crushing, when command extends non-existent class
Fixes #5860
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.
@greg-1-anderson thanks for the notice! I've added debug message.
This seems ok to me, but it needs to target the 13.x branch now.
@greg-1-anderson target branch has been updated, source branch has been rebased.