Skip to content

Commit

Permalink
Make sure we add with_thread() in refresh_processes()
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Uthaman committed Jan 29, 2025
1 parent a75f42e commit bd4cf6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ impl System {
.with_memory()
.with_cpu()
.with_disk_usage()
.with_exe(UpdateKind::OnlyIfNotSet),
.with_exe(UpdateKind::OnlyIfNotSet)
.with_thread(),
)
}

Expand Down

0 comments on commit bd4cf6d

Please sign in to comment.