mirror of
https://github.com/nushell/nushell.git
synced 2025-04-29 23:54:26 +02: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 {
|
} else {
|
||||||
vals.push(Value::nothing(span));
|
vals.push(Value::nothing(span));
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
vals.push(Value::nothing(span));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
vals.push(Value::nothing(span));
|
vals.push(Value::nothing(span));
|
||||||
|
Loading…
Reference in New Issue
Block a user