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