Ooops fix the wrong naming

This commit is contained in:
Stefan Stanciulescu 2021-11-03 08:48:13 +01:00
parent bf6c3e53a0
commit 6906de7c48

View File

@ -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,
),
},
}