Exceptions raised in chocolateyInstall.ps1 are not resulting in a non-zero exit codes returned from chocolatey
mwrock opened this issue · 2 comments
mwrock commented
Exceptions raised in chocolateyInstall.ps1 are not resulting in a non-zero exit code because it is writing to the $chocolateyErrored variable in a different scope from where it was created.
ferventcoder commented
Duplicate of #568