소스 검색

fix: kill sidecars after install still in test

GyDi 3 년 전
부모
커밋
568511a4cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();