mirror of https://gitlab.com/basile.b/dexed.git
runnable exec blocked in some case
at some point a new TProcess started from scratch will be required...
This commit is contained in:
parent
3109ef95e9
commit
9f71934663
|
@ -3171,7 +3171,7 @@ begin
|
|||
fRunProc := TDexedProcess.Create(nil);
|
||||
if redirect then
|
||||
begin
|
||||
fRunProc.Options := [poStderrToOutPut, poUsePipes, poWaitOnExit];
|
||||
fRunProc.Options := [poStderrToOutPut, poUsePipes];
|
||||
fRunProc.ShowWindow := swoHIDE;
|
||||
fRunProc.OnReadData := @asyncprocOutput;
|
||||
fRunProc.OnTerminate:= @asyncprocTerminate;
|
||||
|
|
Loading…
Reference in New Issue