doctor: pluralize issue count at the end
It's features like these that separate us from animals.
This commit is contained in:
parent
6aaa13d05e
commit
7851e9e3b4
1 changed files with 2 additions and 1 deletions
|
@ -316,5 +316,6 @@
|
|||
;;
|
||||
(message "\n----")
|
||||
(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!"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue