forked from rojo-rbx/rojo
Fix errors after session already ended (#587)
This commit is contained in:
@@ -137,7 +137,9 @@ function ServeSession:start()
|
||||
end)
|
||||
end)
|
||||
:catch(function(err)
|
||||
self:__stopInternal(err)
|
||||
if self.__status ~= Status.Disconnected then
|
||||
self:__stopInternal(err)
|
||||
end
|
||||
end)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user