mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-05 20:12:59 +02:00
fix additional cause of error
This commit is contained in:
parent
94af2d0f32
commit
5dd874d2ab
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ function Presence:update_for_buffer(buffer, should_debounce)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Get project information
|
-- Get project information
|
||||||
self.log:debug(string.format("Getting project name for %s...", parent_dirpath))
|
self.log:debug(string.format("Getting project name for %s...", parent_dirpath or "no"))
|
||||||
local project_name, project_path = self:get_project_name(parent_dirpath)
|
local project_name, project_path = self:get_project_name(parent_dirpath)
|
||||||
|
|
||||||
-- Check for blacklist
|
-- Check for blacklist
|
||||||
|
|
Loading…
Reference in a new issue