mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:03:45 +08:00
fix: kill sidecars after install still in test
This commit is contained in:
parent
109fb39e09
commit
568511a4cf
@ -34,8 +34,8 @@ const UpdateDialog = (props: Props) => {
|
||||
uploadingState = true;
|
||||
|
||||
try {
|
||||
await killSidecars();
|
||||
await installUpdate();
|
||||
await killSidecars();
|
||||
await relaunch();
|
||||
} catch (err: any) {
|
||||
await restartSidecar();
|
||||
|
Loading…
x
Reference in New Issue
Block a user