13.11.2017, 06:57
There's a copy-paste bug in luavbus.lua at line 42, this is corrected code:
Code:
name = "bit"
local loader = searcher(name)
if type(loader) == 'function' then
package.preload[name] = loader
bit32 = require (name)
break
end