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