Improve error messages for 'serve' command.

Rojo now throws an error if no project file could be found.

Fixes #63.
This commit is contained in:
Lucien Greathouse
2018-04-20 21:45:48 -07:00
parent 29a83cb626
commit 8c482f75dd
2 changed files with 10 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
# Rojo Change Log
## Current Master
*No changes*
* Rojo now throws an error if no project file is found. ([#63](https://github.com/LPGhatguy/rojo/issues/63))
## 0.4.4 (April 7, 2018)
* Fix small regression introduced in 0.4.3