This commit is contained in:
Basile Burg 2017-03-13 12:56:19 +01:00
parent a06b15a597
commit 8577e43489
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
3_beta_4
3_gold

View File

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