fix, runnable dmd compiler message cut

- due to 72975e7185 which is itself due to...
- the problems began with bf115d9594
This commit is contained in:
Basile Burg 2015-07-14 17:46:42 +02:00
parent 72975e7185
commit 4dbfe58326
1 changed files with 2 additions and 1 deletions

View File

@ -1440,7 +1440,8 @@ begin
LibMan.getLibFiles(nil, dmdproc.Parameters);
LibMan.getLibSources(nil, dmdproc.Parameters);
dmdproc.Execute;
while dmdproc.Running do asyncprocOutput(dmdProc);
while dmdproc.Running do;
asyncprocOutput(dmdProc);
if (dmdProc.ExitStatus = 0) then
begin