Skip to content

Commit

Permalink
debugging Invoke-BundleInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Sep 12, 2023
1 parent 2c01cea commit 60f4617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Puppet.Dsc/internal/functions/Invoke-BundleInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function Invoke-BundleInstall {
$_ -match 'gems now installed'
}
} Catch {
Write-Host "here" $PSItem.Exception.Message
$PSCmdlet.ThrowTerminatingError($PSItem)
}
}
Expand Down

0 comments on commit 60f4617

Please sign in to comment.