aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-04-17 14:36:44 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-04-17 14:36:55 -0700
commit26d0de8299c7568152f479320444833b4d30d0eb (patch)
tree995feed96145619477a0b3547eb97e2f80521cdb /nomsu.lua
parent54fc7fc4404c02df2c38a7ae121e61e9b8bca78c (diff)
Partially working, at least for metaprogramming.nom
Diffstat (limited to 'nomsu.lua')
-rw-r--r--nomsu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.lua b/nomsu.lua
index 5e6698e..70e9fd6 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -1292,7 +1292,7 @@ if arg and debug_getinfo(2).func ~= require then
return line_table
end
})
- debug.getinfo = function(thread, f, what)
+ debug.getinfoXXXXXX = function(thread, f, what)
if what == nil then
f, what, thread = thread, f, nil
end