Open ffalor opened 1 year ago
Some work done in #128
This issue has been automatically marked as stale because it has had no activity in the last 14 days.
What happens next: • The issue will be closed in 7 days if no further activity occurs • To keep this issue open, simply leave a comment • Once closed, please feel free to re-open if the issue persists
Thank you for your contributions to this project!
Our powershell scripts should exit with specific exit codes based on errors.
Currently every "exit" is done by throw which makes using things like
Start-Process
very hard.