make it-expansion work through blocks when necessary (#1681)

This commit is contained in:
Jonathan Turner
2020-04-29 19:51:46 +12:00
committed by GitHub
parent 8d197e1b2f
commit 73d5310c9c
3 changed files with 77 additions and 1 deletions

View File

@ -848,6 +848,8 @@ async fn process_line(
classified_block.block.expand_it_usage();
trace!("{:#?}", classified_block);
match run_block(&classified_block.block, ctx, input_stream, &Scope::empty()).await {
Ok(input) => {
// Running a pipeline gives us back a stream that we can then