OffByOneStudios / massive-dangerzone

A platform agnostic module management system.
6 stars 1 forks source link

Stop executing actions if one fails. #26

Open mason-bially opened 10 years ago

mason-bially commented 10 years ago

If an action fails, even partially, don't execute any further actions.

It may be nice to find the plugins required for each action, and only stop execution if failed plugins are required for that action.