Skip to content

Commit 2a3e6f0

Browse files
committed
Add missing shutdown-agents call
1 parent 9316124 commit 2a3e6f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maint/cider/nrepl/impl/docs.clj

+2-1
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,5 @@ use in e.g. wiki pages, github, etc."
157157
docs (format-response format resp)]
158158
(if (= *out* file) (println docs)
159159
(do (spit file docs)
160-
(println (str "Regenerated " (.getAbsolutePath file)))))))))
160+
(println (str "Regenerated " (.getAbsolutePath file)))))))
161+
(shutdown-agents)))

0 commit comments

Comments
 (0)