mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
a06b15a597
commit
8577e43489
|
@ -1 +1 @@
|
|||
3_beta_4
|
||||
3_gold
|
|
@ -54,8 +54,9 @@ begin
|
|||
prc.CloseInput;
|
||||
processOutputToStrings(prc, imports);
|
||||
while prc.Running do ;
|
||||
// TODO-cmaintenance: remove this from version 3 gold
|
||||
{$IFDEF DEBUG}
|
||||
tryRaiseFromStdErr(prc);
|
||||
{$ENDIF}
|
||||
finally
|
||||
prc.free;
|
||||
end;
|
||||
|
@ -80,8 +81,9 @@ begin
|
|||
prc.CloseInput;
|
||||
processOutputToStrings(prc, results);
|
||||
while prc.Running do ;
|
||||
// TODO-cmaintenance: remove this from version 3 gold
|
||||
{$IFDEF DEBUG}
|
||||
tryRaiseFromStdErr(prc);
|
||||
{$ENDIF}
|
||||
finally
|
||||
prc.free;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue