nothing to see here

This commit is contained in:
kepler155c@gmail.com
2019-07-18 17:25:07 -06:00
parent e36f1bf364
commit b4f51df463
3 changed files with 8 additions and 6 deletions

View File

@@ -737,7 +737,7 @@ end
--[[-- startup logic --]]--
local args = {...}
if #args < 1 then
error('supply file name')
error('supply file name or URL')
end
Builder.itemAdapter = Adapter.wrap({ side = 'bottom', direction = 'up' })