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 1efdc6e commit a773291
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 @@ -148,7 +148,7 @@ function Flow(global, flow) {
}
}
}
}, node, activeNodes);
}, node, this.getActiveNodes());
}

this.stop = function (stopList) {
Expand Down

0 comments on commit a773291

Please sign in to comment.