Skip to content

Commit

Permalink
Rethrow error in Install-Remotely.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound authored Jun 13, 2024
1 parent 956b60c commit f8f3aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Server/wwwroot/Content/Install-Remotely.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,6 @@ try {
}
catch {
Write-Log -Message "Error occurred: $($Error[0].InvocationInfo.PositionMessage)"
throw $Error[0]
Do-Exit
}

0 comments on commit f8f3aef

Please sign in to comment.