acquia / orca

A tool for testing a company's software packages together in the context of a realistic, functioning, best practices Drupal build
GNU General Public License v2.0
25 stars 21 forks source link

Fix drush status issues #521

Closed secretsayan closed 5 months ago

secretsayan commented 6 months ago

This pull request fixes the problem where running drush status --format=json sometimes doesn't work because drush produces output that isn't in JSON format, even though it's supposed to be. The erroneous output gets wrapped in a <details> tag unexpectedly.