Show error properly
This commit is contained in:
parent
10c6f1e155
commit
68bec52a7b
|
@ -67,7 +67,8 @@ $null = New-Module {
|
|||
return $newUsers[$result - 1];
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
Write-Host "";
|
||||
Write-Host "Unable to determine the new user";
|
||||
Write-Host "Retrying…";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue