1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-04-05 12:03:00 +02:00

fix additional cause of error

This commit is contained in:
NotCreative21 2022-04-03 23:42:38 -04:00
parent 94af2d0f32
commit 5dd874d2ab

View file

@ -774,7 +774,7 @@ function Presence:update_for_buffer(buffer, should_debounce)
end
-- 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)
-- Check for blacklist