You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@finalhow The issue now is that if drush doesn't exist or is broken, the vesion detection will not work.
Add a check for drush's health and if any errors come up, parse the error for simple permissions problems like a missing execute bit and attempt an easy fix. Any further failures should simply die and print verbose to the end user.
The text was updated successfully, but these errors were encountered:
@finalhow The issue now is that if drush doesn't exist or is broken, the vesion detection will not work.
Add a check for drush's health and if any errors come up, parse the error for simple permissions problems like a missing execute bit and attempt an easy fix. Any further failures should simply die and print verbose to the end user.
The text was updated successfully, but these errors were encountered: