Skip to content
Snippets Groups Projects
Unverified Commit 568511a4 authored by GyDi's avatar GyDi
Browse files

fix: kill sidecars after install still in test

parent 109fb39e
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ const UpdateDialog = (props: Props) => {
uploadingState = true;
try {
await killSidecars();
await installUpdate();
await killSidecars();
await relaunch();
} catch (err: any) {
await restartSidecar();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment