diff --git a/Server/wwwroot/Content/Install-Remotely.ps1 b/Server/wwwroot/Content/Install-Remotely.ps1 index 0c4f6ca5b..0a80e83e9 100644 --- a/Server/wwwroot/Content/Install-Remotely.ps1 +++ b/Server/wwwroot/Content/Install-Remotely.ps1 @@ -204,5 +204,6 @@ try { } catch { Write-Log -Message "Error occurred: $($Error[0].InvocationInfo.PositionMessage)" + throw $Error[0] Do-Exit }