Skip to content

Commit f2a7a72

Browse files
committed
Updater: always log a trace message when a feed has no updates available for any given script
1 parent 39451a9 commit f2a7a72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/DependencyControl/Updater.moon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ class UpdateTask extends UpdaterBase
193193
if res
194194
updateRecord = rec
195195
break unless exhaustive
196+
else @@logger\trace msgs.run.noUpdate
196197
else
197198
@@logger\trace msgs.run.noUpdate
198199

0 commit comments

Comments
 (0)