We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe7da1 commit aee849cCopy full SHA for aee849c
lisp/core/info.el
@@ -44,6 +44,7 @@
44
(eask-println (concat " %-" offset "s (%s) %s")
45
(ansi-green (eask-2str (car dep)))
46
(ansi-yellow target-version)
47
+ ;; Debug print the recipe format.
48
(if (eask-reach-verbosity-p 'debug)
49
(ansi-blue (eask-2str dep))
50
"")))))))
0 commit comments