mirror of https://gitlab.com/basile.b/dexed.git
fix, runnable dmd compiler message cut
- due to72975e7185which is itself due to... - the problems began withbf115d9594
This commit is contained in:
parent
72975e7185
commit
4dbfe58326
|
|
@ -1440,7 +1440,8 @@ begin
|
||||||
LibMan.getLibFiles(nil, dmdproc.Parameters);
|
LibMan.getLibFiles(nil, dmdproc.Parameters);
|
||||||
LibMan.getLibSources(nil, dmdproc.Parameters);
|
LibMan.getLibSources(nil, dmdproc.Parameters);
|
||||||
dmdproc.Execute;
|
dmdproc.Execute;
|
||||||
while dmdproc.Running do asyncprocOutput(dmdProc);
|
while dmdproc.Running do;
|
||||||
|
asyncprocOutput(dmdProc);
|
||||||
|
|
||||||
if (dmdProc.ExitStatus = 0) then
|
if (dmdProc.ExitStatus = 0) then
|
||||||
begin
|
begin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue