Skip to content

Commit

Permalink
health: more info for node resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries committed Jan 8, 2024
1 parent fe5b4b2 commit cb5c6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/sg/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ local report_agent = function()

local ok, reason = require("sg.utils").valid_node_executable(config.node_executable)
if not ok then
vim.health.error("Invalid node executable: " .. vim.inspect(reason))
vim.health.error(string.format("Invalid node executable (%s): %s", config.node_executable, vim.inspect(reason)))
return false
end

Expand Down

0 comments on commit cb5c6e9

Please sign in to comment.