summaryrefslogtreecommitdiff
path: root/tex/context/base/mlib-run.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-11-12 18:20:22 +0200
committerMarius <mariausol@gmail.com>2012-11-12 18:20:22 +0200
commit2f3268bacfd74738c63390f4b9e3f2266ef29694 (patch)
tree2f4aa0adff045fb3dad67b2fb1e6f427ff7815d7 /tex/context/base/mlib-run.lua
parent049b3c22a9db6218bf934d77356cc2d397fe5078 (diff)
downloadcontext-2f3268bacfd74738c63390f4b9e3f2266ef29694.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 = ""