🐛 fix(updater): terminate sidecar processes before update to avoid file access errors (#5325)
This commit is contained in:
parent
52bb54d2d5
commit
3f07358125
@ -291,6 +291,7 @@ pub fn setup_sidecar(app: &App) -> Result<(), String> {
|
||||
} else {
|
||||
log::warn!("Kill event received, but no active sidecar process found to kill.");
|
||||
}
|
||||
clean_up()
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user