mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 16:49:29 +02:00
Fix environment conversions (#7092)
This commit is contained in:
@ -332,7 +332,7 @@ fn get_converted_value(
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
if let Ok(Value::Block {
|
if let Ok(Value::Closure {
|
||||||
val: block_id,
|
val: block_id,
|
||||||
span: from_span,
|
span: from_span,
|
||||||
..
|
..
|
||||||
|
Reference in New Issue
Block a user