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:
parent
2bf45c6cc2
commit
8eb9f187ad
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user