From 549cb30496ad4e89f0d0fb22144c579f6923d251 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sat, 30 Oct 2021 12:49:08 +0200 Subject: more error logging --- lua/nvim-lsp-installer/server.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/nvim-lsp-installer/server.lua') diff --git a/lua/nvim-lsp-installer/server.lua b/lua/nvim-lsp-installer/server.lua index e002438e..26679023 100644 --- a/lua/nvim-lsp-installer/server.lua +++ b/lua/nvim-lsp-installer/server.lua @@ -155,6 +155,7 @@ function M.Server:install_attached(context, callback) context ) if not install_ok then + log.error("Installer raised an unexpected error.", install_err) context.stdio_sink.stderr(tostring(install_err) .. "\n") callback(false) end -- cgit v1.2.3-70-g09d2