mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-01-01 12:32:05 +01:00
Fix ipc socket log condition
This commit is contained in:
parent
8251620eb6
commit
704ea67102
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ function Presence:setup(options)
|
||||||
self:set_option("debounce_timeout", 15)
|
self:set_option("debounce_timeout", 15)
|
||||||
|
|
||||||
local discord_socket = self:get_discord_socket()
|
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")
|
self.log:error("Failed to get Discord IPC socket")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue