mirror of
https://github.com/nushell/nushell.git
synced 2025-01-23 14:50:09 +01:00
fix ls when file is a socket on mac (#4983)
This commit is contained in:
parent
cf88c8eef3
commit
56a546e73d
@ -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 New Issue
Block a user