Skip to content

Commit b15459f

Browse files
mbuczkoexpez
authored andcommitted
[Fix #456] Add ignore-paths to warm-ast-cache message
1 parent 50d2d8a commit b15459f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clj-refactor.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,8 @@ Also adds the alias prefix to all occurrences of public symbols in the namespace
27112711
(defun cljr--warm-ast-cache ()
27122712
(run-hooks 'cljr-before-warming-ast-cache-hook)
27132713
(cljr--call-middleware-async
2714-
(cljr--create-msg "warm-ast-cache")
2714+
(cljr--create-msg "warm-ast-cache"
2715+
"ignore-paths" cljr-middleware-ignored-paths)
27152716
(lambda (res)
27162717
(run-hook-with-args 'cljr-after-warming-ast-cache-hook res)
27172718
(cljr--maybe-rethrow-error res)

0 commit comments

Comments
 (0)