diff options
Diffstat (limited to 'scripts/context/lua/mtxrun.lua')
-rw-r--r-- | scripts/context/lua/mtxrun.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/lua/mtxrun.lua b/scripts/context/lua/mtxrun.lua index fb7ad475f..5a0e3aaeb 100644 --- a/scripts/context/lua/mtxrun.lua +++ b/scripts/context/lua/mtxrun.lua @@ -7474,7 +7474,7 @@ end --~ if input.verbose then --~ input.report("") ---~ input.report("runtime: " .. os.runtime() .. " seconds") +--~ input.report(string.format("runtime: %0.3f seconds",os.runtime())) --~ end --~ if ok then |