Label 'doom env' errors as warnings
Because they can usually be ignored.
This commit is contained in:
parent
5caa6add5c
commit
ab954439e8
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ default, on Linux, this is '$SHELL -ic /usr/bin/env'. Variables in
|
||||||
(print-group!
|
(print-group!
|
||||||
(let ((errors (with-current-buffer error-buffer (buffer-string))))
|
(let ((errors (with-current-buffer error-buffer (buffer-string))))
|
||||||
(unless (string-empty-p errors)
|
(unless (string-empty-p errors)
|
||||||
(print! (info "Error output:\n\n%s") (indent 4 errors))))
|
(print! (info "Warnings:\n\n%s") (indent 4 errors))))
|
||||||
;; Remove undesireable variables
|
;; Remove undesireable variables
|
||||||
(insert
|
(insert
|
||||||
(concat
|
(concat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue