feat(rdb): add sqlite as a dependency
This commit is contained in:
parent
cb478ca266
commit
f95a611204
6 changed files with 90 additions and 19 deletions
|
@ -242,7 +242,7 @@ func initDeps(cfg gocfg.ICfg) *depidx.Deps {
|
|||
logger.Infof("failed to reindex file index: %s", err)
|
||||
}
|
||||
}
|
||||
deps.SetIFileIndex(fileIndex)
|
||||
deps.SetFileIndex(fileIndex)
|
||||
|
||||
return deps
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue