We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d32f62 commit 1719525Copy full SHA for 1719525
1 file changed
src/IntelOrca.OpenLauncher.Core/InstallService.cs
@@ -71,8 +71,7 @@ public Task Launch()
71
{
72
var psi = new ProcessStartInfo(ExecutablePath)
73
74
- RedirectStandardError = true,
75
- RedirectStandardOutput = true
+ RedirectStandardError = true
76
};
77
var process = Process.Start(psi);
78
var outputBuilder = new StringBuilder();
0 commit comments