fix(cli): verbose output in debug mode

This commit is contained in:
Henrik Lissner 2022-07-28 17:26:10 +02:00
parent 314463bd49
commit 743b740e79
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 5 additions and 2 deletions

View file

@ -215,7 +215,7 @@ SEE ALSO:
(let (omit)
(when debug?
(setenv "DEBUG" "1")
(print! (item "Debug mode enabled"))
(setq init-file-debug t)
(push "--debug" omit))
(when profile
(setenv "DOOMPROFILE" profile)