优化自动安装依赖

This commit is contained in:
marvzhang
2020-04-19 17:26:08 +08:00
parent ef43e2a4ff
commit bad2af5711

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)