We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01a689 commit ae66d0aCopy full SHA for ae66d0a
1 file changed
modules/DependencyControl/Updater.moon
@@ -168,10 +168,12 @@ class UpdateTask extends UpdaterBase
168
for feed in *@addFeeds
169
unless @triedFeeds[feed] or haveFeeds[feed]
170
feeds[#feeds+1] = feed
171
+ haveFeeds[feed] = true
172
173
for feed in *@@config.c.extraFeeds
174
175
176
177
178
if #feeds == 0
179
if @optional
0 commit comments