Add magic in variable, part 2 (#310)

This commit is contained in:
JT
2021-11-08 20:13:55 +13:00
committed by GitHub
parent e9a7def183
commit 066afb059e
3 changed files with 71 additions and 6 deletions

View File

@ -3197,6 +3197,7 @@ pub fn parse_block(
*expr = wrap_expr_with_collect(working_set, expr);
}
}
Statement::Pipeline(Pipeline {
expressions: output,
})