mirror of
https://github.com/nushell/nushell.git
synced 2025-04-16 09:18:21 +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> {
|
||||
Ok(Value::string(
|
||||
"NuDataFrameValue: custom_value_to_base_value should've been called",
|
||||
"NuDataType: custom_value_to_base_value should've been called",
|
||||
span,
|
||||
))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user