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.
This pull request fixes the problem where running
drush status --format=json
sometimes doesn't work becausedrush
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.