Skip to content

Commit

Permalink
chore: fixit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Dec 6, 2023
1 parent a3f32ed commit a9d4bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local M = {}
local current_tmpsocket

local debug_enabled = vim.env.RUNNER_DEBUG == 1
vim.print('debug_enabled ' .. debug_enabled)
vim.print('debug_enabled ' .. tostring(debug_enabled))

M.setup_backport = function()
if vim.fn.has('nvim-0.10') <= 0 then
Expand Down

0 comments on commit a9d4bbe

Please sign in to comment.