From ebf3f8a35a78b06440df9674c51b0069e355b144 Mon Sep 17 00:00:00 2001 From: MCorange Date: Mon, 26 Aug 2024 00:18:19 +0300 Subject: [PATCH] :3 --- rtmc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rtmc.lua b/rtmc.lua index 54ce455..774cc3d 100644 --- a/rtmc.lua +++ b/rtmc.lua @@ -416,6 +416,7 @@ rawset(__BUNDLER_FILES, "updater", function () log.debug("Commit hash matches"); log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash); end + write("."); return false; end function updater:update(path, url)