mirror of
https://github.com/nushell/nushell.git
synced 2025-02-15 01:52:07 +01:00
Ooops fix the wrong naming
This commit is contained in:
parent
bf6c3e53a0
commit
6906de7c48
@ -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,
|
||||
),
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user