This commit is contained in:
jussi
2023-04-04 23:54:57 +03:00
parent 6a7c660f33
commit 87c91dd0a5
5 changed files with 6 additions and 230 deletions

View File

@@ -3,7 +3,7 @@
-- Export each module as separate .md file.
local separate = false
if arg[1] ~= nil and arg[1] == "-s" then
if arg ~= nil and arg[1] ~= nil and arg[1] == "-s" then
separate = true
end