PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
483 stars 92 forks source link

Ensure that exception is not swallowed by finally block #1569

Closed adityapatwardhan closed 6 months ago

adityapatwardhan commented 6 months ago

PR Summary

Some cases the exception was not caught but swallowed by finally block. Ensure we rethrow the exception after writing error.

PR Context

PR Checklist