mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
优化自动安装依赖
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user