forked from defunkt/ReefVM
you too
This commit is contained in:
parent
f18e014d3e
commit
d7402d8ebc
|
|
@ -327,7 +327,7 @@ export class VM {
|
||||||
defaults: fnDef.defaults,
|
defaults: fnDef.defaults,
|
||||||
body: fnDef.body,
|
body: fnDef.body,
|
||||||
variadic: fnDef.variadic,
|
variadic: fnDef.variadic,
|
||||||
kwargs: fnDef.kwargs,
|
named: fnDef.named,
|
||||||
parentScope: this.scope
|
parentScope: this.scope
|
||||||
})
|
})
|
||||||
break
|
break
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user