diff --git a/Scripts/Get.ps1 b/Scripts/Get.ps1 index 9d088d4..b313f31 100644 --- a/Scripts/Get.ps1 +++ b/Scripts/Get.ps1 @@ -134,7 +134,8 @@ try { Invoke-RestMethod $sourceUri -OutFile $tempArchivePath } catch { - Write-Host "Error: Unable to fetch required files from GitHub. Please check your internet connection and try again." -ForegroundColor Red + Write-Host "Unable to fetch required files from GitHub. Please check your internet connection and try again." -ForegroundColor Red + Write-Error -ErrorRecord $_ Write-Output "" Write-Output "Press enter to exit..." Read-Host | Out-Null