mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
@@ -26,7 +26,7 @@ return function (name , G, loader)
|
|||||||
error (string.format("%s method only support string", group))
|
error (string.format("%s method only support string", group))
|
||||||
end
|
end
|
||||||
if type(func) ~= "function" then
|
if type(func) ~= "function" then
|
||||||
error (string.format("%s.%s must be function"), group, name)
|
error (string.format("%s.%s must be function", group, name))
|
||||||
end
|
end
|
||||||
if tmp[name] then
|
if tmp[name] then
|
||||||
error (string.format("%s.%s duplicate definition", group, name))
|
error (string.format("%s.%s duplicate definition", group, name))
|
||||||
|
|||||||
Reference in New Issue
Block a user