fix(ci): test

This commit is contained in:
Barrett Ruth 2025-09-20 13:16:52 -04:00
parent b2083bf649
commit 069df71871
2 changed files with 1 additions and 3 deletions

View file

@ -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' },