mirror of
https://github.com/nushell/nushell.git
synced 2025-07-13 12:56:22 +02:00
added nothing value for incalcuable dir sizes (#1789)
This commit is contained in:
@ -155,6 +155,8 @@ pub(crate) fn dir_entry_dict(
|
||||
}
|
||||
|
||||
dict.insert_untagged("size", size_untagged_value);
|
||||
} else {
|
||||
dict.insert_untagged("size", UntaggedValue::nothing());
|
||||
}
|
||||
|
||||
if let Some(md) = metadata {
|
||||
|
Reference in New Issue
Block a user