-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Labels
docRequires documentation updateRequires documentation updategood first issueGood for newcomersGood for newcomers
Description
Steps to reproduce
- Run .\install.ps1
- Enter $SqlServer, $SqlAdminUser ... $SolrService variables
Actual result: error is thrown:
Exception calling "ReadKey" with "0" argument(s): "Cannot read keys when either application does not have a console or when console input has
been redirected from a
file. Try Console.Read."
At C:\Sources\Helix.Examples\install-modules\helix.examples.menu.psm1:38 char:5
$null = [Console]::ReadKey()
CategoryInfo : NotSpecified: (:) [], MethodInvocationException
FullyQualifiedErrorId : InvalidOperationException
Expected result: no exception
Metadata
Metadata
Assignees
Labels
docRequires documentation updateRequires documentation updategood first issueGood for newcomersGood for newcomers
