mirror of https://gitlab.com/basile.b/dexed.git
main, group compilation, typo + reset a flag
This commit is contained in:
parent
aa4e9b2b53
commit
200b43662c
|
@ -3209,7 +3209,9 @@ begin
|
|||
Application.ProcessMessages;
|
||||
if not fProject.compiled then
|
||||
begin
|
||||
fMsgs.message('asynchronous group compilatio stoped because of a failure', nil, amcAll, amkErr);
|
||||
fMsgs.message('group compilation has stopped because of a failure',
|
||||
nil, amcAll, amkErr);
|
||||
fIsCompilingGroup := false;
|
||||
break;
|
||||
end;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue