This commit is contained in:
Lewis Russell 2025-05-16 13:17:09 +01:00 committed by Christian Clason
parent 4cff6b787d
commit 776bcca920

View file

@ -459,8 +459,7 @@ end
---@param languages string[]|string
---@param options? InstallOptions
---@param _callback? fun(success: boolean)
M.install = a.async(function(languages, options, _callback)
M.install = a.async(function(languages, options)
reload_parsers()
languages = config.norm_languages(languages, { unsupported = true })
return install(languages, options)