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 "Expected exactly 1 installed GitHub version (satisfying version reused, no reinstall), but found $($installed.Count): $(($installed.Version) -join ', ')."
182
+
throw "Expected exactly 1 installed GitHub version (0.40.0 reused, no extra install), but found $($installed.Count): $(($installed.Version) -join ', ')."
184
183
}
185
-
if ("$loaded" -ne '0.40.0') {
186
-
throw "Expected the already-installed 0.40.0 to be reused, but found '$loaded'."
184
+
if ("$($installed.Version)" -ne '0.40.0') {
185
+
throw "Expected the retained version to be 0.40.0, but found '$($installed.Version)'."
187
186
}
188
-
Write-Host "OK: already-installed satisfying version reused ($loaded)"
187
+
Write-Host "OK: already-installed satisfying version reused (no reinstall)"
0 commit comments