lua is not go
This commit is contained in:
parent
7c29c329b7
commit
cb65a188a8
@ -321,7 +321,7 @@ function puke(item, indent, seen)
|
||||
end
|
||||
|
||||
local ret = "{"
|
||||
for k, v := pairs(item) do
|
||||
for k, v in pairs(item) do
|
||||
ret ..= pfx..tostr(k)..": "..puke(v, indent+1, seen)
|
||||
end
|
||||
return ret..pfx.."}"
|
||||
|
Loading…
Reference in New Issue
Block a user