shorebirdtech / install

The Shorebird (un)installer ๐Ÿฆ
Other
22 stars 9 forks source link

fix: update install.ps1 to exit on errors #28

Closed bryanoltman closed 1 year ago

bryanoltman commented 1 year ago

Description

Use ErrorActionPreference to respond to errors by stopping script execution.

Fixes https://github.com/shorebirdtech/shorebird/issues/842

Type of Change