summaryrefslogtreecommitdiff
path: root/tex/context/base/mlib-run.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-11-12 17:10:00 +0100
committerHans Hagen <pragma@wxs.nl>2012-11-12 17:10:00 +0100
commitec5b3fac84c9df82a073b18a1c70038ce41f325b (patch)
tree656c64a80f33a66e86d1b2937bbe721460257673 /tex/context/base/mlib-run.lua
parent45a97c1060f2edcb0556e36950b2bc0f549af0ae (diff)
downloadcontext-ec5b3fac84c9df82a073b18a1c70038ce41f325b.tar.gz
beta 2012.11.12 17:10
Diffstat (limited to 'tex/context/base/mlib-run.lua')
-rw-r--r--tex/context/base/mlib-run.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/mlib-run.lua b/tex/context/base/mlib-run.lua
index 08ed22e47..cdd6c3bd5 100644
--- a/tex/context/base/mlib-run.lua
+++ b/tex/context/base/mlib-run.lua
@@ -52,7 +52,8 @@ metapost.lastlog = ""
metapost.texerrors = false
metapost.exectime = metapost.exectime or { } -- hack
-directives.register("mplib.texerrors", function(v) metapost.texerrors = v end)
+directives.register("mplib.texerrors", function(v) metapost.texerrors = v end)
+trackers.register ("metapost.showlog", function(v) metapost.showlog = v end)
function metapost.resetlastlog()
metapost.lastlog = ""