fix: kill sidecars after install still in test

This commit is contained in:
GyDi 2022-03-09 02:09:51 +08:00
parent 109fb39e09
commit 568511a4cf
No known key found for this signature in database
GPG Key ID: 58B15242BA8277A6

View File

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