diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-17 14:36:44 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-17 14:36:55 -0700 |
| commit | 26d0de8299c7568152f479320444833b4d30d0eb (patch) | |
| tree | 995feed96145619477a0b3547eb97e2f80521cdb /nomsu.lua | |
| parent | 54fc7fc4404c02df2c38a7ae121e61e9b8bca78c (diff) | |
Partially working, at least for metaprogramming.nom
Diffstat (limited to 'nomsu.lua')
| -rw-r--r-- | nomsu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
