Framework update

This commit is contained in:
Tercio Jose
2020-12-13 19:19:26 -03:00
parent 8f1df5e015
commit 4c7715a36c
7 changed files with 236 additions and 13 deletions
+4
View File
@@ -597,6 +597,10 @@
end
function _detalhes.table.dump (t, s, deep)
if (type(t) == "number") then
return t
end
s = s or ""
deep = deep or 0