We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
shutdown-agents
1 parent 9316124 commit 2a3e6f0Copy full SHA for 2a3e6f0
maint/cider/nrepl/impl/docs.clj
@@ -157,4 +157,5 @@ use in e.g. wiki pages, github, etc."
157
docs (format-response format resp)]
158
(if (= *out* file) (println docs)
159
(do (spit file docs)
160
- (println (str "Regenerated " (.getAbsolutePath file)))))))))
+ (println (str "Regenerated " (.getAbsolutePath file)))))))
161
+ (shutdown-agents)))
0 commit comments