mirror of
https://github.com/nushell/nushell.git
synced 2025-04-24 21:28:20 +02:00
fixed type name
This commit is contained in:
parent
c5d57ad830
commit
25234f780a
@ -25,7 +25,7 @@ impl CustomValue for NuDataTypeCustomValue {
|
|||||||
|
|
||||||
fn to_base_value(&self, span: Span) -> Result<Value, ShellError> {
|
fn to_base_value(&self, span: Span) -> Result<Value, ShellError> {
|
||||||
Ok(Value::string(
|
Ok(Value::string(
|
||||||
"NuDataFrameValue: custom_value_to_base_value should've been called",
|
"NuDataType: custom_value_to_base_value should've been called",
|
||||||
span,
|
span,
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user