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:
Lucien Greathouse
2018-04-20 22:27:12 -07:00
parent 8c482f75dd
commit c2cfcc7a2c
2 changed files with 22 additions and 9 deletions

View File

@@ -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