wp-cli / extension-command

Manages plugins and themes, including installs, activations, and updates.
MIT License
90 stars 79 forks source link

Check for `WP_Error` on bulk updates #294

Closed schlessera closed 3 years ago

schlessera commented 3 years ago

The bulk upgrades were only detecting a null value of $result as an error. This PR adds detection for $result being a WP_Error instance as well.