This commit is contained in:
hrsh7th
2021-11-23 19:29:01 +09:00
parent f15be9e3ec
commit 876dd1a427

View File

@@ -228,7 +228,7 @@ core.complete = function(self, ctx)
callback = (function(s_) callback = (function(s_)
return function () return function ()
local new = context.new(ctx) local new = context.new(ctx)
if new:changed(s_.context) then if s_.incomplete and new:changed(s_.context) then
s_:complete(new, callback) s_:complete(new, callback)
else else
for _, s__ in ipairs(self:get_sources({ source.SourceStatus.FETCHING })) do for _, s__ in ipairs(self:get_sources({ source.SourceStatus.FETCHING })) do