mirror of https://github.com/lcpz/lain.git
pulsebar: fix factory return
This commit is contained in:
parent
3a0b51ee57
commit
fc6e880da4
|
@ -145,4 +145,4 @@ local function factory(args)
|
|||
return pulsebar
|
||||
end
|
||||
|
||||
return setmetatable(pulsebar, { __call = function(_, ...) return factory(...) end })
|
||||
return factory
|
||||
|
|
Loading…
Reference in New Issue