mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Few Bug Fixes
This commit is contained in:
@@ -194,6 +194,7 @@ end
|
||||
-- @tparam table tbl table to convert
|
||||
-- @treturn string the converted table
|
||||
function table.tostring(tbl)
|
||||
if type(tbl) ~= 'table' then return tostring(tbl) end
|
||||
local result, done = {}, {}
|
||||
for k, v in ipairs(tbl) do
|
||||
table.insert(result,table.val_to_str(v))
|
||||
|
||||
Reference in New Issue
Block a user