mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
unpack to table.unpack
This commit is contained in:
@@ -35,7 +35,7 @@ local function dump_list(list)
|
||||
end
|
||||
|
||||
skynet.start(function()
|
||||
local list = skynet.call(".launcher","lua", unpack(cmd))
|
||||
local list = skynet.call(".launcher","lua", table.unpack(cmd))
|
||||
if list then
|
||||
dump_list(list)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user