Skip to content

Fix missing error message when quelpa-build-checkout fails

Dale Sedivec requested to merge dsedivec/quelpa:master into master

I had a bad recipe in my configuration and quelpa-checkout was failing in a fairly inscrutable manner. I traced this back to what I'm pretty sure was meant to be a call to error inside this condition-case.

While I was in here, I would like to suggest this switch from condition-case to condition-case-unless-debug, so that when I've got debug-on-error turned on I can debug the error at its source.

Thank you for Quelpa! It's invaluable!

Merge request reports