mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
get snax profile_table after rewriting info_func of snax service
This commit is contained in:
@@ -35,7 +35,7 @@ return function (name , G, loader)
|
||||
local env = setmetatable({} , { __index = temp_global })
|
||||
local func = {}
|
||||
|
||||
local system = { "init", "exit", "hotfix" }
|
||||
local system = { "init", "exit", "hotfix", "profile"}
|
||||
|
||||
do
|
||||
for k, v in ipairs(system) do
|
||||
|
||||
Reference in New Issue
Block a user