Skip to content

Commit 8382192

Browse files
committed
fix server not running typo at mediator
1 parent 9566147 commit 8382192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/eca/mediator.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function mediator:send(method, params, callback)
108108
if callback then
109109
callback("Server is not running, please start the server", nil)
110110
end
111-
require("eca.logger").notify("Server is not rnning, please start the server", vim.log.levels.WARN)
111+
require("eca.logger").notify("Server is not running, please start the server", vim.log.levels.WARN)
112112
end
113113

114114
if params.contexts then

0 commit comments

Comments
 (0)