Open cmcqueen opened 1 week ago
It appears that in util.bit, the line:
util.bit
ok, e = pcall(require, "bit") -- the LuaJIT one ?
can't work because it will import itself recursively, until it gets a stack overflow.
It appears that in
util.bit
, the line:can't work because it will import itself recursively, until it gets a stack overflow.