Add more detailed error reporting around invalid projects

This commit is contained in:
Lucien Greathouse
2017-12-13 11:55:30 -08:00
parent b74ba141d1
commit 59b2401c2c
3 changed files with 31 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
# Rojo Change Log
## Current Master
* *No changes*
* Improved error reporting when invalid JSON is found in a `rojo.json` project
* These messages are passed on from Serde
## 0.3.0
* Factored out the plugin into a separate repository