mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 04:54:01 +02:00
@ -723,7 +723,7 @@ Format: #
|
||||
_ => {
|
||||
return Err(ShellError::IncompatibleParametersSingle(
|
||||
format!("problem with key: {}", k),
|
||||
code.span().expect("error with span"),
|
||||
code.expect_span(),
|
||||
))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user