falcon-scripts icon indicating copy to clipboard operation
falcon-scripts copied to clipboard

Properly exit powershell scripts

Open ffalor opened this issue 3 years ago • 2 comments

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.

ffalor avatar Jan 17 '23 18:01 ffalor

Some work done in #128

carlosmmatos avatar Jan 27 '23 20:01 carlosmmatos