We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987f9c9 commit b22b3d4Copy full SHA for b22b3d4
1 file changed
lua/eca/server.lua
@@ -116,8 +116,7 @@ function M:_run(server_path, opts)
116
---@param out vim.SystemCompleted
117
on_exit = function(out)
118
if out.code ~= 0 then
119
- require("eca.logger").notify(string.format("Server exited with status code %d", out.code), vim.log.levels
120
- .ERROR)
+ require("eca.logger").notify(string.format("Server exited with status code %d", out.code), vim.log.levels.ERROR)
121
end
122
end,
123
})
0 commit comments