mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
doctor: pluralize issue count at the end
It's features like these that separate us from animals.
This commit is contained in:
@ -316,5 +316,6 @@
|
|||||||
;;
|
;;
|
||||||
(message "\n----")
|
(message "\n----")
|
||||||
(if (> doom-errors 0)
|
(if (> doom-errors 0)
|
||||||
(warn! "There were %s issues!" doom-errors)
|
(warn! "There %s!" (if (= doom-errors 1) "is %d issue" "are %d issues")
|
||||||
|
doom-errors)
|
||||||
(success! "Everything seems fine, happy Emacs'ing!"))
|
(success! "Everything seems fine, happy Emacs'ing!"))
|
||||||
|
Reference in New Issue
Block a user