mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
依赖安装日志增加安装时间
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user