Files
doomemacs/lisp
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-09-24 22:09:05 +02:00
2022-09-24 18:46:21 +02:00
2023-02-20 19:01:39 -05:00