aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/server.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/server.lua')
-rw-r--r--lua/nvim-lsp-installer/server.lua1
1 files changed, 1 insertions, 0 deletions
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