Skip to content

Commit a8c9d18

Browse files
authored
Merge pull request #5596 from tobias47n9e/bugfix/re-init-server-with-custom-node
Fix reinitializing server with custom node
2 parents 7df0056 + 925d498 commit a8c9d18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • packages/node_modules/@node-red/registry/lib

packages/node_modules/@node-red/registry/lib/registry.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,9 @@ function getNodeConstructor(type) {
551551
function clear() {
552552
nodeConfigCache = {};
553553
moduleConfigs = {};
554+
moduleNodes = {};
555+
icon_paths = {};
556+
iconCache = {};
554557
nodeList = [];
555558
nodeConstructors = {};
556559
nodeOptions = {};

0 commit comments

Comments
 (0)