mirror of https://gitlab.com/basile.b/dexed.git
fix, dcd-server output were erroneously piped
This commit is contained in:
parent
5db4627eff
commit
b0f1df11db
|
@ -74,7 +74,7 @@ begin
|
||||||
//
|
//
|
||||||
fServer := TProcess.Create(self);
|
fServer := TProcess.Create(self);
|
||||||
fServer.Executable := serverName;
|
fServer.Executable := serverName;
|
||||||
fServer.Options := [poUsePipes{$IFDEF WINDOWS}, poNewConsole{$ENDIF}];
|
fServer.Options := [{$IFDEF WINDOWS} poNewConsole{$ENDIF}];
|
||||||
{$IFNDEF DEBUG}
|
{$IFNDEF DEBUG}
|
||||||
fServer.ShowWindow := swoHIDE;
|
fServer.ShowWindow := swoHIDE;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
Loading…
Reference in New Issue