From 26d0de8299c7568152f479320444833b4d30d0eb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 17 Apr 2018 14:36:44 -0700 Subject: Partially working, at least for metaprogramming.nom --- nomsu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.lua') 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 -- cgit v1.2.3