summaryrefslogtreecommitdiff
path: root/tex/context/base/util-deb.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-04-13 09:23:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-04-13 09:23:00 +0200
commit6383acb525bc719bf958b490b97e87a8fccac44c (patch)
treebf68626436e875b07aa479556e24fde58f01ef14 /tex/context/base/util-deb.lua
parentcb890873f8b0389442bccc20e93f687ec2a1e462 (diff)
downloadcontext-6383acb525bc719bf958b490b97e87a8fccac44c.tar.gz
beta 2011.04.13 09:23
Diffstat (limited to 'tex/context/base/util-deb.lua')
-rw-r--r--tex/context/base/util-deb.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/util-deb.lua b/tex/context/base/util-deb.lua
index 5eabbc8c4..ce55de5c7 100644
--- a/tex/context/base/util-deb.lua
+++ b/tex/context/base/util-deb.lua
@@ -150,7 +150,7 @@ function inspect(i) -- global function
if ti == "table" then
table.print(i,"table")
elseif is_node and is_node(i) then
- print(node.sequenced(i))
+ table.print(nodes.astable(i),tostring(i))
else
print(tostring(i))
end