mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
parent
71cc4e1721
commit
217dfb30f5
@ -73,7 +73,7 @@ impl LocalProcessInfo {
|
||||
name: name.to_string(),
|
||||
status: fields.first()?.to_string(),
|
||||
ppid: fields.get(1)?.parse().ok()?,
|
||||
starttime: fields.get(20)?.parse().ok()?,
|
||||
starttime: fields.get(19)?.parse().ok()?,
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user