Skip to content

Commit

Permalink
🐛fix(typedoc): uv.spawn will fail silently if any of the values in …
Browse files Browse the repository at this point in the history
…the array is empty string. So let's leave it empty and document this.
  • Loading branch information
Zeioth committed Jan 12, 2024
1 parent ad5b4d4 commit d565328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dooku/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function M.set(opts)
)

-- Args for typedoc
M.typedoc_args = opts.typedoc_args or { "" }
M.typedoc_args = opts.typedoc_args or { }

-- [JSDOC]
-- -----------------------------------------------------------------------
Expand Down

0 comments on commit d565328

Please sign in to comment.