From 619e52abec0175620a6b8af4e18ed4cfb4857825 Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 20 Jul 2022 00:00:55 +0200 Subject: fix(mason-lspconfig): patch some server's cmd on Windows (#100) --- lua/mason-core/EventEmitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/mason-core/EventEmitter.lua') diff --git a/lua/mason-core/EventEmitter.lua b/lua/mason-core/EventEmitter.lua index 672c1778..ad739cfb 100644 --- a/lua/mason-core/EventEmitter.lua +++ b/lua/mason-core/EventEmitter.lua @@ -38,7 +38,7 @@ function EventEmitter:on(event, handler) end ---@param event any ----@parma handler fun(payload: any) +---@param handler fun(payload: any) function EventEmitter:once(event, handler) if not self.__event_handlers_once[event] then self.__event_handlers_once[event] = {} -- cgit v1.2.3-70-g09d2