Explorar o código

fix: kill sidecars after install still in test

GyDi %!s(int64=3) %!d(string=hai) anos
pai
achega
568511a4cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/layout/update-dialog.tsx

+ 1 - 1
src/components/layout/update-dialog.tsx

@@ -34,8 +34,8 @@ const UpdateDialog = (props: Props) => {
     uploadingState = true;
 
     try {
-      await killSidecars();
       await installUpdate();
+      await killSidecars();
       await relaunch();
     } catch (err: any) {
       await restartSidecar();