lua-inspect icon indicating copy to clipboard operation
lua-inspect copied to clipboard

attempt to call a nil value

Open cyw3 opened this issue 6 years ago • 2 comments

image

Lua 5.3.0 mac os 10.12.6

cyw3 avatar Jan 10 '18 07:01 cyw3

When does it happen? What code causes the error?

LoganDark avatar Feb 05 '18 03:02 LoganDark

FYI:

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

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

hg42 avatar Feb 13 '18 19:02 hg42