fix(cli): redundant lines in stderr logs
This commit is contained in:
parent
20d5440023
commit
fe2ea9f443
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ shown."
|
|||
(when message
|
||||
(let ((output (apply #'doom-print--format message args)))
|
||||
;; One for the terminal, if the log level is high enough.
|
||||
(doom-print output :format nil :level doom-print-message-level)
|
||||
(doom-print output :format nil :level doom-print-message-level :stream t)
|
||||
;; And one for the logs...
|
||||
(when (doom-cli-context-p context)
|
||||
(doom-print output :format nil :stream (doom-cli-context-stderr context) :level t)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue