forked from extern/nushell
Fix known externals, fix operator spans (#5140)
This commit is contained in:
@ -67,6 +67,7 @@ pub fn average(values: &[Value], head: &Span) -> Result<Value, ShellError> {
|
||||
val: values.len() as i64,
|
||||
span: *head,
|
||||
},
|
||||
*head,
|
||||
),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user