Files
doomemacs/lisp/cli
Henrik Lissner 9e08097119 fix(cli): doctor: wrong-type-argument stringp error
`doom doctor` throws a type error for enabled modules without a
doctor.el and/or packages.el file. This occurs because, in
in775ee2f04aad, `doom-module-expand-path` was changed to return nil if
the target file did not exist, and the doctor wasn't updated to handle
this. It passes `nil` to `load`, causing this type error.

Amend: 775ee2f04a
2023-02-21 20:23:47 -05:00
..
2022-07-30 22:41:13 +02:00
2022-07-30 22:41:13 +02:00
2022-09-25 17:52:07 +02:00