Skip to content

Commit d565328

Browse files
committed
🐛fix(typedoc): uv.spawn will fail silently if any of the values in the array is empty string. So let's leave it empty and document this.
1 parent ad5b4d4 commit d565328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/dooku/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function M.set(opts)
107107
)
108108

109109
-- Args for typedoc
110-
M.typedoc_args = opts.typedoc_args or { "" }
110+
M.typedoc_args = opts.typedoc_args or { }
111111

112112
-- [JSDOC]
113113
-- -----------------------------------------------------------------------

0 commit comments

Comments
 (0)