Don't invoke debugger on "Aborted" messages
This commit is contained in:
parent
5f1618e7a1
commit
2ee177d588
2 changed files with 4 additions and 4 deletions
|
@ -258,7 +258,7 @@ problems with doom."
|
|||
current-rev rev)
|
||||
;; TODO Display newsletter diff
|
||||
(unless (or doom-auto-accept (y-or-n-p "Proceed?"))
|
||||
(error "Aborted"))
|
||||
(user-error "Aborted"))
|
||||
(message "Removing byte-compiled files from your config (if any)")
|
||||
(doom-clean-byte-compiled-files)
|
||||
(unless (zerop (process-file "git" nil buf nil "reset" "--hard"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue