mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add better install message on missing nodes
This commit is contained in:
@@ -54,7 +54,7 @@ function createNode(node,def) {
|
||||
|
||||
function init(_settings,storage,app) {
|
||||
credentials.init(storage,app);
|
||||
flows.init(storage);
|
||||
flows.init(_settings,storage);
|
||||
registry.init(_settings);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user