Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasferry committed Mar 28, 2018
1 parent 0e890a9 commit e6d6108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion red/runtime/nodes/flows/Flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function Flow(global, flow) {
if (flow.nodes.hasOwnProperty(id)) {
node = flow.nodes[id];
if (!node.subflow) {
console.log("Active nodes:::::::> "+JSON.stringify(activeNodes[id]));
console.log("Active nodes:::::::> "+activeNodes[id]);
if (!activeNodes[id]) {

var j = 0;
Expand Down

0 comments on commit e6d6108

Please sign in to comment.