From b6e934250c4b7b74201984f74392a2ce510e055d Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sun, 11 Aug 2024 00:31:17 +0200 Subject: Also mark comments --- cook/debug.sld | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cook/debug.sld') 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) -- cgit v1.2.3