Skip to content

Commit

Permalink
feat: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seankwarren committed Jun 15, 2023
1 parent 1dce5fd commit 4a4d77f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/subworkflows/subworkflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export class Subworkflow extends BaseSubworkflow {
unit.head = true;
units.push(unit);
this.setUnits(units);
return;
}
if (units.length === 0) {
console.log("adding unit to empty subworkflow");
Expand Down

0 comments on commit 4a4d77f

Please sign in to comment.