mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 14:45:56 +00:00
Prevent syncing while a sync is already in progress.
I'm fairly confident that there will be zero cases where the plugin gets into a bad state where you can't sync. This change also prefixes most of Rojo's messages with `Rojo:` to make them easier to identify. Fixes #61.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
## Current Master
|
||||
* Rojo now throws an error if no project file is found. ([#63](https://github.com/LPGhatguy/rojo/issues/63))
|
||||
* Fixed multiple sync operations occuring at the same time. ([#61](https://github.com/LPGhatguy/rojo/issues/61))
|
||||
|
||||
## 0.4.4 (April 7, 2018)
|
||||
* Fix small regression introduced in 0.4.3
|
||||
|
||||
Reference in New Issue
Block a user