mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
fix #135 "Attempt to index local 'projects' (a nil value)"
This commit is contained in:
parent
6b6adf1ff4
commit
9a7f7214f2
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user