Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
provrb committed Jan 16, 2025
2 parents 971cb04 + c7ee1dc commit 22a7a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ impl ProcessInner {
}
if refresh_kind.disk_usage() {
update_disk_usage(self);
}
}
if refresh_kind.memory() {
let mut mem_info = PROCESS_MEMORY_COUNTERS_EX::default();
if let Some(handle) = self.get_handle() {
Expand Down

0 comments on commit 22a7a41

Please sign in to comment.