mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
NLS /red/nodes
NLS other js files under /red NLS /red files (changed based on Nick's review)
This commit is contained in:
committed by
Nick O'Leary
parent
203bc41b06
commit
2563649b3e
@@ -43,7 +43,7 @@ function createNode(type,config) {
|
||||
});
|
||||
}
|
||||
} else {
|
||||
Log.error("Unknown type: "+type);
|
||||
Log.error(Log._("nodes.flow.unknown-type", {type:type}));
|
||||
}
|
||||
return nn;
|
||||
}
|
||||
@@ -368,7 +368,7 @@ Flow.prototype.start = function(configDiff) {
|
||||
|
||||
this.started = true;
|
||||
if (this.missingTypes.length > 0) {
|
||||
throw new Error("missing types");
|
||||
throw new Error(Log._("nodes.flow.missing-types"));
|
||||
}
|
||||
events.emit("nodes-starting");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user