fix(cli): suppress redundant logs from straight-prune-build-cache
This commit is contained in:
parent
cba240f88a
commit
c7289da99b
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ If ELPA-P, include packages installed with package.el (M-x package-install)."
|
|||
(if (not builds-p)
|
||||
(ignore (print! (item "Skipping builds")))
|
||||
(and (/= 0 (doom-packages--purge-builds builds-to-purge))
|
||||
(straight-prune-build-cache)))
|
||||
(quiet! (straight-prune-build-cache))))
|
||||
(if (not elpa-p)
|
||||
(ignore (print! (item "Skipping elpa packages")))
|
||||
(/= 0 (doom-packages--purge-elpa)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue