Commit b76636e
Fix EntryUpdatedDecorator::halt() not halting its child
EntryUpdatedDecorator::halt() was missing the call to DecoratorNode::halt(),
which meant the child node was never halted when the decorator was halted.
Fixes #1111
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent f1c2b8e commit b76636e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
0 commit comments