3
0
mirror of https://github.com/britzl/monarch.git synced 2025-06-27 10:27:49 +02:00

Update callback_tracker.lua

Fixes #83
This commit is contained in:
Björn Ritzl 2022-01-27 12:16:43 +01:00
parent d57d550859
commit 9764c68475

View File

@ -52,6 +52,6 @@ end
return setmetatable(M, { return setmetatable(M, {
__call = function(_, ...) __call = function(_, ...)
return M.create(...) return M.create()
end end
}) })