Add a dev settings feature, keyed off codename right now

This commit is contained in:
Lucien Greathouse
2018-12-03 16:54:21 -08:00
parent 061ea0e7a3
commit 503d7400f3
7 changed files with 86 additions and 37 deletions

View File

@@ -28,6 +28,9 @@ function Session.new()
:andThen(function()
return api:retrieveMessages()
end)
:catch(function(message)
Logging.warn("Couldn't start a new Rojo session: %s", tostring(message))
end)
return setmetatable(self, Session)
end