Implement rudimentary reifer against new APIs

This commit is contained in:
Lucien Greathouse
2018-06-25 17:58:30 -07:00
parent 5a5da3240f
commit bece337d79
3 changed files with 51 additions and 38 deletions

View File

@@ -8,7 +8,7 @@ HttpError.Error = {
},
ConnectFailed = {
message = "Rojo plugin couldn't connect to the Rojo server.\n" ..
"Make sure the server is running -- use 'Rojo serve' to run it!",
"Make sure the server is running -- use 'rojo serve' to run it!",
},
Timeout = {
message = "Rojo timed out during a request.",