Text change
parent
3f0f6da537
commit
59df5ada2b
|
@ -17,8 +17,8 @@ Function Update-StoreApps ($Log = $false) {
|
|||
}
|
||||
catch {
|
||||
switch ($Log) {
|
||||
$true {Write-ToLog "-> Something went wrong..." "red"}
|
||||
Default {Write-Host "-> Something went wrong..." -ForegroundColor Red}
|
||||
$true {Write-ToLog "-> ...something went wrong!" "red"}
|
||||
Default {Write-Host "-> ...something went wrong!" -ForegroundColor Red}
|
||||
}
|
||||
return $false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue