mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 20:37:50 +01:00
Fix ipc socket log condition
This commit is contained in:
parent
8251620eb6
commit
704ea67102
@ -95,7 +95,7 @@ function Presence:setup(options)
|
||||
self:set_option("debounce_timeout", 15)
|
||||
|
||||
local discord_socket = self:get_discord_socket()
|
||||
if discord_socket then
|
||||
if not discord_socket then
|
||||
self.log:error("Failed to get Discord IPC socket")
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user