get snax profile_table after rewriting info_func of snax service

This commit is contained in:
dmx
2016-12-15 15:59:23 +08:00
parent 7ee9cdb29b
commit 1e51af2d62
3 changed files with 8 additions and 1 deletions

View File

@@ -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