mirror of
https://github.com/nushell/nushell.git
synced 2025-07-07 18:07:02 +02:00
committed by
GitHub
parent
be53ecbbaa
commit
73921f4bd7
@ -506,7 +506,7 @@ pub(crate) fn dir_entry_dict(
|
||||
span,
|
||||
});
|
||||
|
||||
cols.push("uid".into());
|
||||
cols.push("user".into());
|
||||
if let Some(user) = users::get_user_by_uid(md.uid()) {
|
||||
vals.push(Value::String {
|
||||
val: user.name().to_string_lossy().into(),
|
||||
|
Reference in New Issue
Block a user