You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2019. It is now read-only.
Now that we have the main commands wrapped with a try catch and non-zero exit
code, we don't need to funnel everything through this any longer, which
makes code readability better and actually fixes at least one bug
(Chocolatey-Verison was not throwing errors on non-existing packages due to
invocation always being through a function).
As noted in #418 - we have try catch wrapping the top level commands now so Invoke-ChocolateyFunction isn't necessary.
The text was updated successfully, but these errors were encountered: