microsoft / Requirements

PowerShell framework for declaratively defining and idempotently imposing system configurations
MIT License
159 stars 26 forks source link

Better error logging #34

Open chriskuech opened 5 years ago

chriskuech commented 5 years ago

Current error reporting: image

v1 behavior:

chriskuech commented 5 years ago

Can probably implement this in Invoke-Requirement by capturing the error in catch, then outputting the failure event, then throwing the error.