Parcourir la source

fix: kill sidecars after install still in test

GyDi il y a 3 ans
Parent
commit
568511a4cf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();