1
0
mirror of https://github.com/Adorable-Catgirl/LuaComp.git synced 2024-11-23 02:18:06 +11:00

sam doesn't test these

This commit is contained in:
Sam Roxanne 2022-02-08 21:32:19 -05:00
parent 508b565ff1
commit bc5e11b23f

View File

@ -99,6 +99,7 @@ do
end
local function debug_add_tag(ttype, ...)
if not DEBUGGING then return end
local alist = table.pack(...)
for i=1, #alist do
alist[i] = tostring(alist[i])