platformsh / platformsh-magento2-configuration

☠ DEPRECATED
9 stars 34 forks source link

Don't swallow errors in ->execute #12

Closed damz closed 8 years ago

damz commented 8 years ago

We currently continue on our merry way when a sub-command fails to execute.

Fix that by throwing an exception in ->execute() and refactor it to not leak state.