let format access variables also (#1842)

This commit is contained in:
Jonathan Turner
2020-05-18 21:20:09 -07:00
committed by GitHub
parent 76b170cea0
commit b89976daef
5 changed files with 40 additions and 61 deletions

View File

@ -192,7 +192,7 @@ async fn evaluate_invocation(
let mut context = Context::basic()?;
context.registry = registry.clone();
let input = InputStream::one(scope.it.clone());
let input = InputStream::empty();
let result = run_block(&block, &mut context, input, &scope.clone()).await?;