mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add build info to README
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user