mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 17:25:15 +02:00
Add explicit block params (#3444)
* Add explicit block params * Add explicit block params
This commit is contained in:
@ -159,7 +159,7 @@ pub fn evaluate_baseline_expr(
|
||||
.into_value(&tag),
|
||||
)
|
||||
}
|
||||
Expression::Path(path) => {
|
||||
Expression::FullColumnPath(path) => {
|
||||
let value = evaluate_baseline_expr(&path.head, ctx)?;
|
||||
let mut item = value;
|
||||
|
||||
|
Reference in New Issue
Block a user