Minor refactors & comment revision
This commit is contained in:
parent
29250133e8
commit
0c9f1b1a9c
6 changed files with 11 additions and 9 deletions
|
@ -91,7 +91,7 @@ declaration) or dependency thereof that hasn't already been."
|
|||
(cl-incf n))
|
||||
(error
|
||||
(signal 'doom-package-error
|
||||
(list e (straight--process-get-output))))))))
|
||||
(list package e (straight--process-get-output))))))))
|
||||
(if (= n 0)
|
||||
(ignore (print! (success "No packages need to be installed")))
|
||||
(print! (success "Installed & built %d packages") n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue