wp-cli / extension-command

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

Fix counting of errors when attempting activations #398

Closed schlessera closed 5 months ago

schlessera commented 5 months ago

Fixes #396

Errors during plugin activation were properly detected, but not actually counted, therefore printing an incorrect Success: ... message during the batch operation processing.

By properly counting errors as they are detected, the batch processing will correctly use the success or failure message that is appropriate.