依赖安装日志增加安装时间

This commit is contained in:
whyour
2021-10-24 11:11:23 +08:00
parent 0842d66c79
commit 7dece938c8
3 changed files with 22 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export default async () => {
for (const key in groups) {
if (Object.prototype.hasOwnProperty.call(groups, key)) {
const group = groups[key];
dependenceService.installOrUninstallDependencies(group);
dependenceService.reInstall(group.map((x) => x._id));
}
}
});