Clean up arguments added to stack after CallDecl
engine call
This commit is contained in:
parent
53fbf62493
commit
a36a058a68
|
@ -257,12 +257,9 @@ impl<'a> PluginExecutionContext for PluginExecutionCommandContext<'a> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
decl.run(
|
call_builder.with(stack, |stack, call| {
|
||||||
&self.engine_state,
|
decl.run(&self.engine_state, stack, call, input)
|
||||||
stack,
|
})
|
||||||
&(&call_builder.finish()).into(),
|
|
||||||
input,
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn boxed(&self) -> Box<dyn PluginExecutionContext + 'static> {
|
fn boxed(&self) -> Box<dyn PluginExecutionContext + 'static> {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user