Skip to content

Commit 9bc3734

Browse files
committed
adjusting recipe copying to include triggers
1 parent e318016 commit 9bc3734

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/recipe/recipe.ts

+1
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ export class Recipe implements Cloneable<Recipe> {
548548
this._slots.forEach(cloneTheThing);
549549
this._connectionConstraints.forEach(cloneTheThing);
550550
this._obligations.forEach(cloneTheThing);
551+
this.triggers.forEach(cloneTheThing);
551552
recipe.verbs = recipe.verbs.slice();
552553
if (this.search) {
553554
this.search._copyInto(recipe);

0 commit comments

Comments
 (0)