sourcegraph / emacs-cody

Sourcegraph Cody in Emacs
Apache License 2.0
50 stars 6 forks source link

Improve error handling, with finer-grained logging #15

Open steveyegge opened 10 months ago

steveyegge commented 10 months ago

The code is littered with calls to ignore-errors, which makes it robust, but squelches the error so you can't see it happening in logs. Need to change most of those to condition-case.