Module:SimpleDebug: Pagkakaiba sa mga binago

Content deleted Content added
Jmarchn (usapan | ambag)
m Display change when a variable is a function
Jmarchn (usapan | ambag)
m fix minor bug
 
Linya 1:
--2020-06-16 fix error when vtos(nil), then it showed two nil
--2020-06-08 if a variable is a function now is displayed as function (before "function")
--2020-06-06 fix error which occasionally happens when a value == nil
Line 306 ⟶ 307:
local end_nil_count = arg["n"] - #arg
p.s = p.s..p.v (unpack(arg))
if #arg == 0 then
end_nil_count = end_nil_count-1
end
for i = 1, end_nil_count do
p.s = p.s..vep..'nil'