Skip to content

Commit 0117178

Browse files
authored
Add prompt to close window in troubleshooting script
1 parent feb30fa commit 0117178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SamplesV2/SQLServerIntegrationServices/VSInstallationTroubleShooting.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ if (-not $errorDetected) {
8080
} else {
8181
Write-Host "See more details in $($logFile.Name)."
8282
}
83-
83+
Write-Host "`nPress any key to close this window..." -ForegroundColor Cyan

0 commit comments

Comments
 (0)