From 8eb9f187ad4f96b5bf26d4b27abb67c8a0836a86 Mon Sep 17 00:00:00 2001 From: lxsang Date: Fri, 26 Jun 2020 00:23:04 +0200 Subject: [PATCH] minor fix --- ci/router.lua | 1 + 1 file changed, 1 insertion(+) 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()