mirror of https://gitlab.com/basile.b/dexed.git
fix, CE could hang if Dscanner output errors
This commit is contained in:
parent
f4793e2290
commit
32d4521e3f
|
@ -2232,7 +2232,9 @@ begin
|
|||
lst := TStringList.Create;
|
||||
try
|
||||
prc.Executable:=pth;
|
||||
prc.Options:= [poUsePipes];
|
||||
{$IFDEF WINDOWS}
|
||||
prc.Options := [poUsePipes, poStderrToOutPut {$IFDEF WINDOWS}, poNewConsole{$ENDIF}];
|
||||
{$ENDIF}
|
||||
prc.ShowWindow:= swoHIDE;
|
||||
prc.Parameters.Add(fDoc.fileName);
|
||||
prc.Parameters.Add('-S');
|
||||
|
|
Loading…
Reference in New Issue