mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Add magic in variable, part 2 (#310)
This commit is contained in:
@ -3197,6 +3197,7 @@ pub fn parse_block(
|
||||
*expr = wrap_expr_with_collect(working_set, expr);
|
||||
}
|
||||
}
|
||||
|
||||
Statement::Pipeline(Pipeline {
|
||||
expressions: output,
|
||||
})
|
||||
|
Reference in New Issue
Block a user