Closed russell closed 1 week ago
Because this can return nil, we should check that it has a value before calling out to project-root.
project-root
Otherwise the project-root function will fail.
Debugger entered--Lisp error: (cl-no-applicable-method project-root nil) signal(cl-no-applicable-method (project-root nil))
Because this can return nil, we should check that it has a value before calling out to
project-root
.Otherwise the
project-root
function will fail.