Skip to content

Commit

Permalink
small test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasferry committed Mar 29, 2018
1 parent c4f6fe4 commit 999a70d
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 @@ -142,7 +142,7 @@ function Flow(global, flow) {
}
}
for (id in activeNodes) {
console.log("--------------------->>: "+activeNodes[id]);
console.log("--------------------->>: "+activeNodes[id].name);
if (activeNodes.hasOwnProperty(id)) {
node = activeNodes[id];
if (node.type === "catch") {
Expand Down

0 comments on commit 999a70d

Please sign in to comment.