Skip to content

Commit f8f3aef

Browse files
authored
Rethrow error in Install-Remotely.ps1
1 parent 956b60c commit f8f3aef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Server/wwwroot/Content/Install-Remotely.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,6 @@ try {
204204
}
205205
catch {
206206
Write-Log -Message "Error occurred: $($Error[0].InvocationInfo.PositionMessage)"
207+
throw $Error[0]
207208
Do-Exit
208209
}

0 commit comments

Comments
 (0)