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
@@ -681,7 +681,7 @@ function Install-ModuleFastHelper {
681
681
#Do a prerelease evaluation
682
682
if ($module.ModuleVersion-eq$existingVersion) {
683
683
if ($Update) {
684
-
Write-Verbose"${module}: Existing module found at $installPath and its version $existingVersion is the same as the requested version. -Update was specified so we are assuming that the discovered online version is the same as the local version and skipping this module installation."
684
+
Write-Debug"${module}: Existing module found at $installPath and its version $existingVersion is the same as the requested version. -Update was specified so we are assuming that the discovered online version is the same as the local version and skipping this module installation."
685
685
continue
686
686
} else {
687
687
throw [NotImplementedException]"${module}: Existing module found at $installPath and its version $existingVersion is the same as the requested version. This is probably a bug because it should have been detected by localmodule detection. Use -Update to override..."
0 commit comments