summaryrefslogtreecommitdiff
path: root/api.lua
diff options
context:
space:
mode:
authorAndrew Ward <anjayward@gmail.com>2013-11-07 18:49:04 +0000
committerAndrew Ward <anjayward@gmail.com>2013-11-07 18:49:04 +0000
commitb31b30a363140f6cb656482c780d158530d20ba0 (patch)
treee5bdf957aff7e32d2b46634e48cadcb8b725a00a /api.lua
parent9117031f2a247c442bc3a091e2b71edb5bdad42f (diff)
Add dump
Diffstat (limited to 'api.lua')
-rw-r--r--api.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.lua b/api.lua
index af8e991..d6d1d37 100644
--- a/api.lua
+++ b/api.lua
@@ -43,7 +43,7 @@ function awards.tbv(tb,value,default)
if not value then
value = "[NULL]"
end
- print("Table '"..value.."' is null, or not a table!")
+ print("Table '"..value.."' is null, or not a table! Dump: "..dump(tb))
return
end
if not tb[value] then