mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
A naive check upstream expects emacsql-sqlite3-executable to always be a string, but it will be nil if sqlite3 isn't installed, so it throws an unhelpful type error. Relevant to #3643