mirror of https://gitlab.com/basile.b/dexed.git
fix build duration of runnable not displayed in the right msg category
This commit is contained in:
parent
cafd08ca05
commit
c59f21bbc3
|
@ -3171,7 +3171,7 @@ begin
|
|||
if fAppliOpts.showBuildDuration then
|
||||
begin
|
||||
fMsgs.message('Runnable build duration: ' + formatTicksAsDuration(GetTickCount64 - fCompStart),
|
||||
nil, amcAll, amkInf);
|
||||
nil, amcEdit, amkInf);
|
||||
end;
|
||||
|
||||
finally
|
||||
|
|
Loading…
Reference in New Issue