Skip to content

Commit 55de35a

Browse files
committed
added missing log entries
1 parent 72df145 commit 55de35a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/logicAspect.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ function assembleFeatureContent(app, activeFeatures) {
8181
accum = [...accum, ...feature[this.name]];
8282
hookSummary.push(`\n Feature.name:${feature.name} <-- promotes ${this.name} AspectContent`);
8383
}
84+
else {
85+
hookSummary.push(`\n Feature.name:${feature.name}`);
86+
}
8487
return accum;
8588
}, []);
8689

0 commit comments

Comments
 (0)