Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit a904789

Browse files
authored
Updating script to avoid misterious false and true
1 parent 0b63ffd commit a904789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Powershell BB1 Auto.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ while ($made -lt $total) {
3333
Start-Sleep -Seconds 1
3434
}
3535

36-
Get-Process -Name "msedge" | ForEach-Object { $_.CloseMainWindow() }
36+
Get-Process -Name "msedge" | ForEach-Object { $_.CloseMainWindow() } | Out-Null
3737
}
3838

3939
Start-Sleep -Seconds 1

0 commit comments

Comments
 (0)