Skip to content

Commit 0117178

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)