🐛 fix(updater): terminate sidecar processes before update to avoid file access errors (#5325)

This commit is contained in:
Nguyen Ngoc Minh 2025-06-17 23:43:15 +07:00 committed by GitHub
parent 52bb54d2d5
commit 3f07358125
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()
});
});