Merge pull request #136 from ben-hansske/master

fix #135 "Attempt to index local 'projects' (a nil value)"
This commit is contained in:
ThePrimeagen 2021-12-04 13:04:34 -07:00 committed by GitHub
commit 6948a402c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ function M.refresh_projects_b4update()
"refresh_projects_b4update(): No cache config present at",
cache_config
)
c_config = {}
c_config = { projects = {} }
end
-- don't override non-project config in HarpoonConfig later
c_config = { projects = c_config.projects }