bat: metatable bugfix after lua52 port
This commit is contained in:
parent
e929bea270
commit
80d523ad93
|
@ -87,4 +87,4 @@ local function worker(format, warg)
|
|||
end
|
||||
-- }}}
|
||||
|
||||
return setmetatable(mt, { __call = function(_, ...) return worker(...) end })
|
||||
return setmetatable(bat, { __call = function(_, ...) return worker(...) end })
|
||||
|
|
Loading…
Reference in New Issue