forked from lug/matterbridge
Update vendor (#852)
This commit is contained in:
+1
@@ -477,6 +477,7 @@ func (c *Compiler) Compile(node ast.Node) error {
|
||||
Instructions: instructions,
|
||||
NumLocals: numLocals,
|
||||
NumParameters: len(node.Type.Params.List),
|
||||
VarArgs: node.Type.Params.VarArgs,
|
||||
SourceMap: sourceMap,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user