mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 10:45:41 +02:00
make it-expansion work through blocks when necessary (#1681)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user