We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492f056 commit 6d00330Copy full SHA for 6d00330
dsc/src/main.rs
@@ -145,7 +145,7 @@ Visit https://aka.ms/dscv3-docs for more information on how to use DSC.exe.
145
146
Press any key to close this window
147
";
148
- let sys = System::new_with_specifics(RefreshKind::new().with_processes(ProcessRefreshKind::new()));
+ let sys = System::new_with_specifics(RefreshKind::nothing().with_processes(ProcessRefreshKind::everything()));
149
// get current process
150
let Ok(current_pid) = get_current_pid() else {
151
return;
0 commit comments