You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw [NotImplementedException]"Pwsh not found but automatic installation is not yet supported. Error: $PSItem"
@@ -66,7 +60,7 @@ function Assert-Pwsh ([Version]$RequiredPowerShellVersion) {
66
60
}
67
61
if ($pwshVersion-lt$RequiredPowerShellVersion) {
68
62
if ($InstallPrerequisites) {
69
-
throw [NotImplementedException]"Pwsh $pwshVersion less than $requiredPowershell Version but Automatic installation of Pwsh is not yet supported."
63
+
throw [NotImplementedException]"Pwsh $pwshVersion less than $requiredPowershellVersion Version but Automatic installation of Pwsh is not yet supported."
70
64
}
71
65
Write-Error"PowerShell version $pwshVersion is not or no longer supported. Please install PowerShell $RequiredPowerShellVersion or higher. $PSItem"
0 commit comments