优化自动安装依赖

This commit is contained in:
marvzhang
2020-04-19 17:26:08 +08:00
parent b8713dfb67
commit 86ea474c9a

View File

@@ -210,6 +210,11 @@ func (s *SpiderSync) InstallDeps() {
continue
}
// no dep install executable found, skip
if !utils.Exists(l.DepExecutablePath) {
continue
}
// lock
installLockMap.Store(key, true)