APIDump: Added a missing endline to the NewlyUndocumented output file.
This commit is contained in:
parent
4a1cec01e8
commit
f6cd03db53
@ -1749,6 +1749,7 @@ local function HandleCmdApiCheck(a_Split, a_EntireCmd)
|
||||
-- Save any found items to a file:
|
||||
local f = io.open("NewlyUndocumented.lua", "w")
|
||||
f:write(table.concat(res, "\n"))
|
||||
f:write("\n")
|
||||
f:close()
|
||||
|
||||
return true, "Newly undocumented items: " .. #res .. "\n" .. table.concat(res, "\n")
|
||||
|
Loading…
Reference in New Issue
Block a user