File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3434 (or (nth 0 target-version) ; verison number
3535 " archive" ))
3636 (t " recipe" ))))
37- (eask-println (concat " %-" offset " s (%s)" ) (car dep) target-version)
37+ (eask-println (concat " %-" offset " s (%s)" )
38+ (ansi-green (car dep))
39+ (ansi-yellow target-version))
3840 (eask-debug " Recipe: %s" (car dep)))))))
3941
4042(eask-start
5658 (eask-println " keywords: %s" (string-join keywords " , " )))
5759 (eask-println " " )
5860 (when eask-package-file
59- (eask-println " entry: %s" (eask-root-del eask-package-file)))
61+ (eask-println " entry: %s" (ansi-cyan ( eask-root-del eask-package-file) )))
6062 (eask-println " kind: %s" (ansi-cyan (if (eask-package-multi-p) " tar" " single" )))
6163 (eask-println " " )
6264 (eask-println " dist" )
You can’t perform that action at this time.
0 commit comments