mirror of https://gitlab.com/basile.b/dexed.git
indicate the exist status of DMD after compil failure of a runnable module
This commit is contained in:
parent
e36c0e8c76
commit
0cbb7f37a7
|
@ -2022,6 +2022,8 @@ begin
|
|||
sysutils.DeleteFile(fname + objExt);
|
||||
end
|
||||
else begin
|
||||
fMsgs.message(format('error: the process (%s) has returned the signal %d',
|
||||
[dmdproc.Executable, dmdproc.ExitStatus]), fDoc, amcEdit, amkErr);
|
||||
fMsgs.message(shortenPath(fDoc.fileName, 25) + ' has not been compiled',
|
||||
fDoc, amcEdit, amkErr);
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue