We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d2d8a commit b15459fCopy full SHA for b15459f
clj-refactor.el
@@ -2711,7 +2711,8 @@ Also adds the alias prefix to all occurrences of public symbols in the namespace
2711
(defun cljr--warm-ast-cache ()
2712
(run-hooks 'cljr-before-warming-ast-cache-hook)
2713
(cljr--call-middleware-async
2714
- (cljr--create-msg "warm-ast-cache")
+ (cljr--create-msg "warm-ast-cache"
2715
+ "ignore-paths" cljr-middleware-ignored-paths)
2716
(lambda (res)
2717
(run-hook-with-args 'cljr-after-warming-ast-cache-hook res)
2718
(cljr--maybe-rethrow-error res)
0 commit comments