mirror of
https://github.com/nushell/nushell
synced 2025-01-14 14:14:13 +00:00
fix ls when file is a socket on mac (#4983)
This commit is contained in:
parent
cf88c8eef3
commit
56a546e73d
1 changed files with 2 additions and 0 deletions
|
@ -462,6 +462,8 @@ pub(crate) fn dir_entry_dict(
|
|||
} else {
|
||||
vals.push(Value::nothing(span));
|
||||
}
|
||||
} else {
|
||||
vals.push(Value::nothing(span));
|
||||
}
|
||||
} else {
|
||||
vals.push(Value::nothing(span));
|
||||
|
|
Loading…
Reference in a new issue