Skip to content

Commit 6523d0e

Browse files
committed
Improve logging
1 parent ffce845 commit 6523d0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Main.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ foreach ($folder in $folders) {
119119
exit 1
120120
}
121121

122+
Write-Host "Office application: $app"
123+
122124
if ($app -eq "Access") {
123125
Write-Host "Access is not supported at the moment. Skipping..."
124126
continue

0 commit comments

Comments
 (0)