mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 22:57:07 +02:00
Fixed name of type
This commit is contained in:
parent
5d79e816a1
commit
c5d57ad830
@ -20,7 +20,7 @@ impl CustomValue for NuDataTypeCustomValue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn type_name(&self) -> String {
|
fn type_name(&self) -> String {
|
||||||
"NuDataFrame".into()
|
"NuDataType".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn to_base_value(&self, span: Span) -> Result<Value, ShellError> {
|
fn to_base_value(&self, span: Span) -> Result<Value, ShellError> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user