runnable exec blocked in some case

at some point a new TProcess started from scratch will be required...
This commit is contained in:
Basile Burg 2019-05-06 06:21:35 +02:00
parent 3109ef95e9
commit 9f71934663
1 changed files with 1 additions and 1 deletions

View File

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