We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7485ba0 commit b0ca761Copy full SHA for b0ca761
1 file changed
modules/DependencyControl/Updater.moon
@@ -340,7 +340,7 @@ class UpdateTask extends UpdaterBase
340
else return finish -55
341
342
-- get a fresh version record
343
- if ref.version.__class == DependencyControl
+ if type(ref.version) == "table" and ref.version.__class == DependencyControl
344
@record = ref.version
345
else
346
return finish -57 unless ref.version
0 commit comments