Skip to content

Commit aee849c

Browse files
committed
chore(lisp): comment on debug message regarding recipe format in info command
1 parent 3fe7da1 commit aee849c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lisp/core/info.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
(eask-println (concat " %-" offset "s (%s) %s")
4545
(ansi-green (eask-2str (car dep)))
4646
(ansi-yellow target-version)
47+
;; Debug print the recipe format.
4748
(if (eask-reach-verbosity-p 'debug)
4849
(ansi-blue (eask-2str dep))
4950
"")))))))

0 commit comments

Comments
 (0)