We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd1ca9 commit 883262bCopy full SHA for 883262b
1 file changed
lua/wakatime/init.lua
@@ -276,7 +276,7 @@ setup_debug_mode = function()
276
if not state.debug_mode_already_setup then
277
-- Prioritize config file setting if it exists
278
local debug_setting = get_ini_setting('settings', 'debug')
279
- if debug_setting == 'true' or state.config.debug == 'true' then
+ if debug_setting == 'true' or state.config.debug == true then
280
state.is_debug_on = true
281
end
282
state.debug_mode_already_setup = true
0 commit comments