diff --git a/bin/doom b/bin/doom index b28411199..8d23b15e3 100755 --- a/bin/doom +++ b/bin/doom @@ -99,7 +99,11 @@ with a different private module." (if (cdr e) (dolist (item (cdr e)) (print! "%S" item)) - (print! "n/a")))) + (print! "n/a"))) + (when (string-match-p (regexp-quote straight-process-buffer) + (error-message-string e)) + (print! (bold "Straight output:")) + (print-group! (print! "%s" (straight--process-get-output))))) (unless debug-on-error (terpri) (print!