Add build info to README

This commit is contained in:
Nick O'Leary
2015-04-09 10:21:27 +01:00
parent 9ca9d88546
commit 1406503e10
2 changed files with 26 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ function checkBuild() {
try {
var stats = fs.statSync(editorFile);
} catch(err) {
var e = new Error("Node-RED build not run");
var e = new Error("Node-RED not built");
e.code = "not_built";
throw e;
}