From 2b2d2141394f95a28cf5dfed922ebecf123d72b1 Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 8 Jun 2022 01:36:47 +0200 Subject: chore: update some logging (#761) * chore: update some logging * docs: add section about known errors --- lua/nvim-lsp-installer/core/managers/github/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/nvim-lsp-installer/core/managers/github') diff --git a/lua/nvim-lsp-installer/core/managers/github/init.lua b/lua/nvim-lsp-installer/core/managers/github/init.lua index fe4a4c5a..f74fde76 100644 --- a/lua/nvim-lsp-installer/core/managers/github/init.lua +++ b/lua/nvim-lsp-installer/core/managers/github/init.lua @@ -43,7 +43,7 @@ function M.release_file(opts) local release = _.coalesce(opts.version, ctx.requested_version):or_else_get(function() return client.fetch_latest_release(opts.repo) :map(_.prop "tag_name") - :get_or_throw "Failed to fetch latest release from GitHub API." + :get_or_throw "Failed to fetch latest release from GitHub API. Refer to :h nvim-lsp-installer-errors-github-api for more information." end) ---@type string local asset_file -- cgit v1.2.3-70-g09d2