You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
orbit works in lua 5.1.5, but is broken in 5.2 and above (such as 5.2.4 and 5.3.5)
when I try to use orbit in 5.2, an exception is thrown
lua: /usr/share/lua/5.3/orbit.lua:9: attempt to call a nil value (local 'setfenv')
stack traceback:
/usr/share/lua/5.3/orbit.lua:9: in main chunk
[C]: in function 'require'
...
orbit works in lua 5.1.5, but is broken in 5.2 and above (such as 5.2.4 and 5.3.5)
when I try to use orbit in 5.2, an exception is thrown
the line of code in question is
related info:
The text was updated successfully, but these errors were encountered: