We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7615a80 commit 2af362cCopy full SHA for 2af362c
Functions.ps1
@@ -151,7 +151,7 @@ function Install-Modules {
151
152
foreach ($module in $List) {
153
if (!(Get-Module -ListAvailable -Name $module -ErrorAction SilentlyContinue)) {
154
- Install-Module -Name $module -AllowClobber -Scope CurrentUser -Force | Out-Null
+ Install-Module -Name $module -AllowClobber -Scope CurrentUser -Force
155
Write-PrettyOutput -Process "pwsh" -Entry "module:" -Entry2 "$module" -Message "installed successfully." -Extra
156
}
157
else {
0 commit comments