Skip to content

Commit f3878de

Browse files
committed
Update free-disk-space-windows.ps1
1 parent 0800771 commit f3878de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/scripts/free-disk-space-windows.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ foreach ($dir in $dirs) {
2020

2121
# Wait for deletion to finish
2222
Get-Job -State Running | Wait-Job
23+
# Print any errors
24+
Get-Job | Receive-Job | Write-Output
2325
# Cleanup finished jobs
2426
Get-Job | Remove-Job
2527

0 commit comments

Comments
 (0)