修复execSync卡死主进程

This commit is contained in:
whyour
2022-05-28 18:55:52 +08:00
parent 31ff0476a6
commit 3f29c1aa4e
2 changed files with 52 additions and 40 deletions
+1 -1
View File
@@ -211,8 +211,8 @@ const SubscriptionModal = ({
dependences,
branch,
extensions,
alias: formatAlias(url, branch),
});
form.validateFields(['url']);
}
}, []);