Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Feb 2, 2024
1 parent 9c20111 commit 08fa713
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/Public/Start-PSResourceGetBootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ function Start-PSResourceGetBootstrap
$exception = New-Exception -ErrorRecord $_ -Message ($script:localizedData.Start_PSResourceGetBootstrap_FailedDownload -f $name)
$errorRecord = New-ErrorRecord -Exception $exception -ErrorId 'SPSRGB0001' -ErrorCategory 'InvalidOperation' -TargetObject $name

Write-Verbose -Message $errorRecord.Exception -Verbose

$PSCmdlet.ThrowTerminatingError($errorRecord)
}

Expand Down

0 comments on commit 08fa713

Please sign in to comment.