Don't dump StartInfo from Process.Start

This commit is contained in:
Iristyle
2012-10-22 15:19:26 -04:00
parent 89bb12428f
commit c20713cc9b

View File

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