Commit 233dcc8 1 parent d29a591 commit 233dcc8 Copy full SHA for 233dcc8
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2134,8 +2134,9 @@ end )
2134
2134
ModUtil .Context .Call = ModUtil .Context (
2135
2135
function ( info )
2136
2136
info .env = setmetatable ( { }, { __index = info .penv } )
2137
+ return table.unpack ( info .args )
2137
2138
end ,
2138
- function ( info )
2139
+ function ( info )
2139
2140
local thread = coroutine.running ( )
2140
2141
local penv = threadEnvironments [ thread ]
2141
2142
threadEnvironments [ thread ] = info .env
@@ -2154,7 +2155,7 @@ ModUtil.Context.Wrap.Static = ModUtil.Context(
2154
2155
function ( info )
2155
2156
info .env = setmetatable ( { }, { __index = info .penv } )
2156
2157
end ,
2157
- function ( info )
2158
+ function ( info )
2158
2159
return ModUtil .Wrap ( info .arg , function ( base , ... )
2159
2160
local thread = coroutine.running ( )
2160
2161
local penv = threadEnvironments [ thread ]
You can’t perform that action at this time.
0 commit comments