summaryrefslogtreecommitdiff
path: root/cook/debug.sld
diff options
context:
space:
mode:
Diffstat (limited to 'cook/debug.sld')
-rw-r--r--cook/debug.sld2
1 files changed, 2 insertions, 0 deletions
diff --git a/cook/debug.sld b/cook/debug.sld
index 9ae9638..6b7ef33 100644
--- a/cook/debug.sld
+++ b/cook/debug.sld
@@ -10,6 +10,8 @@
(cond
((amount? y)
(list 'amount (amount-quantity y) (amount-unit y)))
+ ((comment? y)
+ (list 'comment (comment-text y)))
((component? y)
(list 'component (component-name y) (cook->list (component-amount y))))
((cookware? y)