-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Description
Excuses no time to fill in the complete form. Just a quick pointer, got the following error string-prefix-p: Wrong type argument: stringp, nil
when trying to use cljr-clean-ns
. A quick debug shows a very quick fix.
clj-refactor.el/clj-refactor.el
Lines 2738 to 2740 in 9f508bb
(let ((path (or path (buffer-file-name))) | |
(relative-path (cljr--project-relative-path path))) | |
(when-let (new-ns (cljr--call-middleware-sync |
It uses a let
which I believe should be a let*
. Wondering why this was not noticed before.
Thanks for a great library!!
Metadata
Metadata
Assignees
Labels
No labels