You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Silly hack to allow template file to access import
38
-
import("_G").setmetatable(import("_G").debug.getinfo(1, "f"), {__index = function(_, k) if k == "import" then return import end end})
38
+
import("_G").setmetatable(import("_G").debug.getfenv(import("_G").debug.getinfo(1, "f")), {__index = function(_, k) if k == "import" then return import end end})
0 commit comments