We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69481ba commit ca0fb15Copy full SHA for ca0fb15
1 file changed
doc_join.lua
@@ -32,7 +32,7 @@ for i = 1,entries_size do
32
add_file(content, entry)
33
end
34
if dtw.isdir(entry) then
35
- local files = dtw.list_files_recursively(entry)
+ local files = dtw.list_files_recursively(entry,true)
36
for j = 1,#files do
37
add_file(content, files[j])
38
0 commit comments