We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8be358 commit ef17a59Copy full SHA for ef17a59
modules/DependencyControl/Updater.moon
@@ -476,9 +476,8 @@ class Updater extends UpdaterBase
476
477
@@config\load!
478
running, didWait = @@config.c.updaterRunning
479
- if running and running.host != @host
480
- otherHost = running.host
481
+ if running and running.host != @host
482
if running.time + @@config.c.updateOrphanTimeout < os.time!
483
@@logger\log msgs.getLock.orphaned, running.host
484
elseif doWait
0 commit comments