mirror of
https://github.com/nushell/nushell.git
synced 2025-04-18 10:18:17 +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 {
|
||||
"NuDataFrame".into()
|
||||
"NuDataType".into()
|
||||
}
|
||||
|
||||
fn to_base_value(&self, span: Span) -> Result<Value, ShellError> {
|
||||
|
Loading…
Reference in New Issue
Block a user