mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 14:45:56 +00:00
Fix errors after session already ended (#587)
This commit is contained in:
@@ -137,7 +137,9 @@ function ServeSession:start()
|
|||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
:catch(function(err)
|
:catch(function(err)
|
||||||
self:__stopInternal(err)
|
if self.__status ~= Status.Disconnected then
|
||||||
|
self:__stopInternal(err)
|
||||||
|
end
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user