diff --git a/backend/services/spider_handler/spider.go b/backend/services/spider_handler/spider.go index 5c1adf3a..08934f2f 100644 --- a/backend/services/spider_handler/spider.go +++ b/backend/services/spider_handler/spider.go @@ -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)