davidm / lua-inspect

Lua code analysis, with plugins for HTML and SciTE
http://lua-users.org/wiki/LuaInspect
Other
170 stars 15 forks source link

attempt to call a nil value #21

Open cyw3 opened 6 years ago

cyw3 commented 6 years ago

image

Lua 5.3.0 mac os 10.12.6

LoganDark commented 6 years ago

When does it happen? What code causes the error?

hg42 commented 6 years ago

FYI:

to make this work for (probably) all lua you could add:

-- make unpack independent of version
local unpack = table.unpack or unpack