Skip to content

Commit

Permalink
Fixed loading FlowStreams.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Nov 10, 2023
1 parent 0155251 commit 4012b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow-flowstream.js
Original file line number Diff line number Diff line change
Expand Up @@ -2253,7 +2253,7 @@ function MAKEFLOWSTREAM(meta) {
if (meta.paused)
flow.pause(true);

flow.load(meta, function() {
flow.load(meta.components, meta.design, function() {

if (flow.sources) {
Object.keys(flow.sources).wait(function(key, next) {
Expand Down

0 comments on commit 4012b0d

Please sign in to comment.