summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--catbird/node.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/catbird/node.scm b/catbird/node.scm
index 6899d7d..998fe58 100644
--- a/catbird/node.scm
+++ b/catbird/node.scm
@@ -76,6 +76,7 @@
(define-method (initialize (node <node>) initargs)
(next-method)
+ (apply attach-to node (get-keyword #:children initargs '()))
(on-boot node))
(define-method (sort-children (node <node>))