Show error properly

This commit is contained in:
Manuel Thalmann 2024-08-09 02:00:18 +02:00
parent fb1d55bda3
commit f7bee2a4db

View file

@ -67,7 +67,8 @@ $null = New-Module {
return $newUsers[$result - 1]; return $newUsers[$result - 1];
} }
} }
} else {
Write-Host "";
Write-Host "Unable to determine the new user"; Write-Host "Unable to determine the new user";
Write-Host "Retrying…"; Write-Host "Retrying…";
} }