mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 15:16:07 +00:00
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
* Fixed in-memory filesystem not handling out-of-order filesystem change events
|
* Fixed in-memory filesystem not handling out-of-order filesystem change events
|
||||||
|
* Fixed long-polling error caused by a promise mixup ([#110](https://github.com/LPGhatguy/rojo/issues/110))
|
||||||
|
|
||||||
## [0.5.0 Alpha 1](https://github.com/LPGhatguy/rojo/releases/tag/v0.5.0-alpha.1) (January 14, 2019)
|
## [0.5.0 Alpha 1](https://github.com/LPGhatguy/rojo/releases/tag/v0.5.0-alpha.1) (January 14, 2019)
|
||||||
* Changed plugin UI to be way prettier
|
* Changed plugin UI to be way prettier
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ function ApiContext:retrieveMessages()
|
|||||||
return Http.get(url)
|
return Http.get(url)
|
||||||
:catch(function(err)
|
:catch(function(err)
|
||||||
if err.type == HttpError.Error.Timeout then
|
if err.type == HttpError.Error.Timeout then
|
||||||
return self:retrieveMessages()
|
return Http.get(url)
|
||||||
end
|
end
|
||||||
|
|
||||||
return Promise.reject(err)
|
return Promise.reject(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user