second attempt at fixing travis

master
kikito 9 years ago
parent f01a007c91
commit 162d497b0d
  1. 2
      inspect.lua

@ -235,7 +235,7 @@ function Inspector:putTable(t)
if self.tableAppearances[t] > 1 then self:puts('<', self:getId(t), '>') end
local nonSequentialKeys = getNonSequentialKeys(t)
local length = #t
local length = rawlen(t)
local mt = getmetatable(t)
local toStringResult = getToStringResultSafely(t, mt)

Loading…
Cancel
Save