We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c765f0b commit c57635eCopy full SHA for c57635e
src/monitor.rs
@@ -271,5 +271,5 @@ pub(crate) fn extract_hot_reload_project_path(process: &sysinfo::Process) -> Opt
271
/// create process refresh kind
272
fn process_refresh_kind() -> ProcessRefreshKind {
273
// we need nothing, no cpu, no memory, just basics
274
- ProcessRefreshKind::nothing().with_cmd(UpdateKind::Always)
+ ProcessRefreshKind::nothing().with_exe(UpdateKind::OnlyIfNotSet).with_cmd(UpdateKind::OnlyIfNotSet)
275
}
0 commit comments