diff --git a/ci/router.lua b/ci/router.lua index 24e94f6..d8bd5eb 100644 --- a/ci/router.lua +++ b/ci/router.lua @@ -53,6 +53,7 @@ function NotfoundController:index(...) local f = io.open(WWW_ROOT..DIR_SEP.."log"..DIR_SEP..repository.."_"..branch..".txt", "w") for line in handle:lines() do f:write(line) + f:write("\n") end handle:close() f:close()