:3
This commit is contained in:
parent
63704f0447
commit
ebf3f8a35a
1
rtmc.lua
1
rtmc.lua
|
@ -416,6 +416,7 @@ rawset(__BUNDLER_FILES, "updater", function ()
|
||||||
log.debug("Commit hash matches");
|
log.debug("Commit hash matches");
|
||||||
log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash);
|
log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash);
|
||||||
end
|
end
|
||||||
|
write(".");
|
||||||
return false;
|
return false;
|
||||||
end
|
end
|
||||||
function updater:update(path, url)
|
function updater:update(path, url)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user