fixed type name

This commit is contained in:
Jack Wright 2025-04-08 14:16:53 -07:00
parent c5d57ad830
commit 25234f780a

View File

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