Text change

pull/419/head
KnifMelti 2023-10-12 04:40:28 +02:00
parent 3f0f6da537
commit 59df5ada2b
1 changed files with 2 additions and 2 deletions

View File

@ -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
}