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
Copy file name to clipboardExpand all lines: tools/issue-mgmt/CloseDupIssues.ps1
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,7 @@ foreach ($item in $issues)
43
43
Write-Host"Issue: $root_url/$number"-ForegroundColor Green
44
44
45
45
if ($body.Contains("System.TypeLoadException: Could not load type 'System.Management.Automation.Subsystem.PredictionResult'") -and
46
-
$body-match'PSReadLine: 2\.2\.0-beta[12]'-and
47
-
$body-match'PowerShell: 7\.2\.\d')
46
+
$body-match'PSReadLine: 2\.2\.0-beta[12]')
48
47
{
49
48
$comment=@'
50
49
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest [2.2.0-beta4 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.0-beta4). Instructions for doing so:
0 commit comments