1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

fix exporting config node

This commit is contained in:
Hiroyasu Nishiyama 2021-03-18 00:11:35 +09:00
parent ed44fb461c
commit c0a765c998

View File

@ -949,8 +949,8 @@ RED.nodes = (function() {
if (!(id in exportedConfigNodes)) {
exportedConfigNodes[id] = true;
set.push(confNode);
return true;
}
return true;
}
return false;
}