Don't dump StartInfo from Process.Start
This commit is contained in:
@@ -87,7 +87,7 @@ try
|
|||||||
if (!$upgrade)
|
if (!$upgrade)
|
||||||
{
|
{
|
||||||
#launch local default browser to configure
|
#launch local default browser to configure
|
||||||
[Diagnostics.Process]::Start('http://localhost:8080')
|
[Diagnostics.Process]::Start('http://localhost:8080') | Out-Null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user