diff --git a/lib/install.ps1 b/lib/install.ps1 index 26e1c98c..9b3d7fc2 100644 --- a/lib/install.ps1 +++ b/lib/install.ps1 @@ -111,8 +111,7 @@ function dl_progress($url, $to) { $err = $complete.sourceeventargs.error if($err) { abort "$($err.message)" } $true - } - catch { + } catch { $false } }