mirror of
https://github.com/TangentFoxy/inspect.lua.git
synced 2025-07-28 11:02:18 +00:00
second attempt at fixing travis
This commit is contained in:
@@ -235,7 +235,7 @@ function Inspector:putTable(t)
|
|||||||
if self.tableAppearances[t] > 1 then self:puts('<', self:getId(t), '>') end
|
if self.tableAppearances[t] > 1 then self:puts('<', self:getId(t), '>') end
|
||||||
|
|
||||||
local nonSequentialKeys = getNonSequentialKeys(t)
|
local nonSequentialKeys = getNonSequentialKeys(t)
|
||||||
local length = #t
|
local length = rawlen(t)
|
||||||
local mt = getmetatable(t)
|
local mt = getmetatable(t)
|
||||||
local toStringResult = getToStringResultSafely(t, mt)
|
local toStringResult = getToStringResultSafely(t, mt)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user