falcon-scripts
falcon-scripts copied to clipboard
Properly exit powershell scripts
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.
Some work done in #128