mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
fix snax hotfix
This commit is contained in:
@@ -53,8 +53,8 @@ local function collect_all_uv(funcs)
|
||||
end
|
||||
|
||||
local function loader(source)
|
||||
return function (filename, ...)
|
||||
return load(source, "=patch", ...)
|
||||
return function (path, name, G)
|
||||
return load(source, "=patch", "bt", G)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user