mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 13:15:50 +00:00
Add a dev settings feature, keyed off codename right now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user