fix(ci): test
This commit is contained in:
parent
b2083bf649
commit
069df71871
2 changed files with 1 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ end
|
|||
|
||||
---@param language_config table
|
||||
---@param substitutions table<string, string>
|
||||
---@return {code: integer, stderr: string}
|
||||
---@return {code: integer, stdout: string, stderr: string}
|
||||
function M.compile_generic(language_config, substitutions)
|
||||
vim.validate({
|
||||
language_config = { language_config, 'table' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue