Skip to content

Commit

Permalink
Update process_info.rs
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
errorxyz authored Jan 2, 2025
1 parent 0cd133f commit 39ee2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitmproxy-rs/src/process_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl Process {
}
fn __repr__(&self) -> String {
format!(
"Process(executable={:?}, display_name={:?}, is_visible={}, is_windows={})",
"Process(executable={:?}, display_name={:?}, is_visible={}, is_system={})",
self.executable(),
self.display_name(),
self.is_visible(),
Expand Down

0 comments on commit 39ee2fd

Please sign in to comment.