Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit faf96cf

Browse files
committed
fixup! fixup! Colorize prerequisite detail
1 parent 004184f commit faf96cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vscode-powershell.build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ function Assert-Module {
116116
Write-Verbose "PREREQUISITE: Installing Missing Module $($moduleSpec.Name) $($moduleSpec.RequiredVersion) ($otherPowerShell)"
117117
& $otherPowershell -noprofile -c "Install-Module -Name $($moduleSpec.Name) -RequiredVersion $($moduleSpec.RequiredVersion) -Force -Scope CurrentUser -ErrorAction Stop -SkipPublisherCheck"
118118
}
119+
continue
119120
} else {
120121
Write-Error "Module $($moduleSpec.Name) $($moduleSpec.RequiredVersion) is not installed. Please install it."
121122
continue

0 commit comments

Comments
 (0)