Closed JustMog closed 2 years ago
In the following situation the error message gives the wrong variable as being a table:
local a = {} local b = 1 print(1 + (a or b)) -- attempt to perform arithmetic on local 'b' (a table value)
This is a bug with luaJIT, not love2d. I don't think there is much that can be done about it here :/
In the following situation the error message gives the wrong variable as being a table: