mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Ooops fix the wrong naming
This commit is contained in:
@ -207,13 +207,13 @@ pub fn action(
|
||||
} => Value::Error {
|
||||
error: ShellError::UnsupportedInput(
|
||||
"Cannot convert Record into string".to_string(),
|
||||
head,
|
||||
span,
|
||||
),
|
||||
},
|
||||
_ => Value::Error {
|
||||
error: ShellError::CantConvert(
|
||||
String::from(" into string. Probably this type is not supported yet"),
|
||||
head,
|
||||
span,
|
||||
),
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user