Fix void-variable straight-process-buffer error #2596
This commit is contained in:
parent
8cd8c3ef7b
commit
981ed73e66
1 changed files with 5 additions and 4 deletions
3
bin/doom
3
bin/doom
|
@ -100,10 +100,11 @@ with a different private module."
|
||||||
(dolist (item (cdr e))
|
(dolist (item (cdr e))
|
||||||
(print! "%S" item))
|
(print! "%S" item))
|
||||||
(print! "n/a")))
|
(print! "n/a")))
|
||||||
|
(when (featurep 'straight)
|
||||||
(when (string-match-p (regexp-quote straight-process-buffer)
|
(when (string-match-p (regexp-quote straight-process-buffer)
|
||||||
(error-message-string e))
|
(error-message-string e))
|
||||||
(print! (bold "Straight output:"))
|
(print! (bold "Straight output:"))
|
||||||
(print-group! (print! "%s" (straight--process-get-output)))))
|
(print-group! (print! "%s" (straight--process-get-output))))))
|
||||||
(unless debug-on-error
|
(unless debug-on-error
|
||||||
(terpri)
|
(terpri)
|
||||||
(print!
|
(print!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue