mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
doom {build,purge}: reduce unnecessarily loud output
These lines don't add anything, and shouldn't be highlighted as "success" messages.
This commit is contained in:
@ -335,7 +335,7 @@ declaration) or dependency thereof that hasn't already been."
|
|||||||
(doom--wait-for-compile-jobs)
|
(doom--wait-for-compile-jobs)
|
||||||
(doom--write-missing-eln-errors)
|
(doom--write-missing-eln-errors)
|
||||||
(print! (success "\033[KRebuilt %d package(s)") (length built)))
|
(print! (success "\033[KRebuilt %d package(s)") (length built)))
|
||||||
(print! (success "No packages need rebuilding"))
|
(print! (info "No packages need rebuilding"))
|
||||||
nil))))
|
nil))))
|
||||||
|
|
||||||
|
|
||||||
@ -596,5 +596,4 @@ If ELPA-P, include packages installed with package.el (M-x package-install)."
|
|||||||
(when (require 'comp nil t)
|
(when (require 'comp nil t)
|
||||||
(if (not eln-p)
|
(if (not eln-p)
|
||||||
(ignore (print! (info "Skipping native bytecode")))
|
(ignore (print! (info "Skipping native bytecode")))
|
||||||
(doom--cli-packages-purge-eln)))))
|
(doom--cli-packages-purge-eln))))))))
|
||||||
(print! (success "Finished purging")))))
|
|
||||||
|
Reference in New Issue
Block a user