fix: bug scroller.create (#366)

Corrects error creation
This commit is contained in:
MenBrial
2020-12-26 18:51:08 +01:00
committed by GitHub
parent 20fffc7c25
commit 3e884e863a

View File

@@ -50,7 +50,7 @@ scroller.create = function(strategy, sorting_strategy)
return row return row
end end
else else
error("Unsupported strategy: ", strategy) error("Unsupported strategy: " .. strategy)
end end
end end