Merge pull request #2417 from node-red-hitachi/fix-error-on-install

Remove undefined loadFlowLibrary call
This commit is contained in:
Nick O'Leary
2020-01-08 14:43:19 +00:00
committed by GitHub

View File

@@ -418,8 +418,6 @@ var RED = (function() {
RED.notify(RED._("palette.event.nodeUpgraded", {module:msg.module,version:msg.version}),"success");
RED.nodes.registry.setModulePendingUpdated(msg.module,msg.version);
}
// Refresh flow library to ensure any examples are updated
RED.library.loadFlowLibrary();
});
RED.comms.subscribe("event-log/#", function(topic,payload) {
var id = topic.substring(9);