From 60f461771d2752be2b384cc031afb1b452e179b0 Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Mon, 11 Sep 2023 18:27:47 +0100 Subject: [PATCH] debugging Invoke-BundleInstall --- src/Puppet.Dsc/internal/functions/Invoke-BundleInstall.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Puppet.Dsc/internal/functions/Invoke-BundleInstall.ps1 b/src/Puppet.Dsc/internal/functions/Invoke-BundleInstall.ps1 index 8055c74c..1bea318b 100644 --- a/src/Puppet.Dsc/internal/functions/Invoke-BundleInstall.ps1 +++ b/src/Puppet.Dsc/internal/functions/Invoke-BundleInstall.ps1 @@ -24,6 +24,7 @@ function Invoke-BundleInstall { $_ -match 'gems now installed' } } Catch { + Write-Host "here" $PSItem.Exception.Message $PSCmdlet.ThrowTerminatingError($PSItem) } }