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
I try Orbiter with Lua 5.2 and he works.
Except
lua52: G:\lua\5.2\libs\orbiter\lua\orbiter\init.lua:47: attempt to call global 'unpack' (a nil value)
and use module function in some examples.
if run lua52 -e "unpack=table.unpack"
then all warks. (except trylua)
PS. Do you think about use lhttp-parser?
The text was updated successfully, but these errors were encountered:
I try Orbiter with Lua 5.2 and he works.
Except
lua52: G:\lua\5.2\libs\orbiter\lua\orbiter\init.lua:47: attempt to call global 'unpack' (a nil value)
and use module function in some examples.
if run lua52 -e "unpack=table.unpack"
then all warks. (except trylua)
PS. Do you think about use lhttp-parser?
The text was updated successfully, but these errors were encountered: