fix ls when file is a socket on mac (#4983)

This commit is contained in:
Darren Schroeder 2022-03-26 21:26:39 -05:00 committed by GitHub
parent cf88c8eef3
commit 56a546e73d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));