summaryrefslogtreecommitdiff
path: root/tex/context/base/util-deb.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/util-deb.lua')
-rw-r--r--tex/context/base/util-deb.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/util-deb.lua b/tex/context/base/util-deb.lua
index d82c1a114..33d43b25f 100644
--- a/tex/context/base/util-deb.lua
+++ b/tex/context/base/util-deb.lua
@@ -1,4 +1,4 @@
-if not modules then modules = { } end modules ['util.deb'] = {
+if not modules then modules = { } end modules ['util-deb'] = {
version = 1.001,
comment = "companion to luat-lib.mkiv",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
@@ -122,6 +122,7 @@ function inspect(i) -- global function
else
print(tostring(i))
end
+ return i -- so that we can inline the inspect
end
-- from the lua book: