1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00

minor fix

This commit is contained in:
lxsang 2020-06-26 00:23:04 +02:00
parent 2bf45c6cc2
commit 8eb9f187ad

View File

@ -53,6 +53,7 @@ function NotfoundController:index(...)
local f = io.open(WWW_ROOT..DIR_SEP.."log"..DIR_SEP..repository.."_"..branch..".txt", "w") local f = io.open(WWW_ROOT..DIR_SEP.."log"..DIR_SEP..repository.."_"..branch..".txt", "w")
for line in handle:lines() do for line in handle:lines() do
f:write(line) f:write(line)
f:write("\n")
end end
handle:close() handle:close()
f:close() f:close()