:3
This commit is contained in:
parent
818412da9e
commit
3e1fd08fb8
1
rtmc.lua
1
rtmc.lua
|
@ -363,6 +363,7 @@ rawset(__BUNDLER_FILES, "updater", function ()
|
||||||
function updater:checkAndUpdateAll()
|
function updater:checkAndUpdateAll()
|
||||||
local updated = false;
|
local updated = false;
|
||||||
for path, entry in pairs(self.updated_files) do
|
for path, entry in pairs(self.updated_files) do
|
||||||
|
log.debug("Checking update for " .. path);
|
||||||
if self:check(entry.branch) then
|
if self:check(entry.branch) then
|
||||||
self:update(path, entry.url);
|
self:update(path, entry.url);
|
||||||
updated = true;
|
updated = true;
|
||||||
|
|
|
@ -41,6 +41,7 @@ end
|
||||||
function updater:checkAndUpdateAll()
|
function updater:checkAndUpdateAll()
|
||||||
local updated = false;
|
local updated = false;
|
||||||
for path, entry in pairs(self.updated_files) do
|
for path, entry in pairs(self.updated_files) do
|
||||||
|
log.debug("Checking update for " .. path);
|
||||||
if self:check(entry.branch) then
|
if self:check(entry.branch) then
|
||||||
self:update(path, entry.url);
|
self:update(path, entry.url);
|
||||||
updated = true;
|
updated = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user