Improve error messages

This commit is contained in:
Lucien Greathouse
2021-05-14 15:58:18 -04:00
parent 43e71f9242
commit 7599ef6626
5 changed files with 99 additions and 44 deletions

View File

@@ -7,6 +7,7 @@
* Added "EXPERIMENTAL!" label to two-way sync toggle in Rojo's Roblox Studio plugin.
* Fixed `Name` and `Parent` properties being allowed in Rojo projects. ([#413][pr-413])
* Fixed "Open Scripts Externally" feature crashing Studio ([#369][issue-369])
* Improved error messages for misconfigured projects.
[issue-369]: https://github.com/rojo-rbx/rojo/issues/369
[pr-413]: https://github.com/rojo-rbx/rojo/pull/413