Module:LuaCall: Difference between revisions

From Test Wiki
Content deleted Content added
More debuglog
nowiki
Line 30: Line 30:
end
end
end
end
if not reserved_function then return debuglog end
if not reserved_function then return frame.preprocess(frame,"<nowiki>"..debuglog.."</nowiki>") end
return _G[reserved_function](unpack(reserved_contents or {}))
return _G[reserved_function](unpack(reserved_contents or {}))
end
end