Skip to content

Commit 14b7b59

Browse files
committed
shutdown the thread pool
1 parent 3efab99 commit 14b7b59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,7 @@
782782
(compile-task deque input-set compiled opts failed)
783783
(.countDown latch))))
784784
(util/measure compiler-stats "Compile sources" (.await latch))
785+
(.shutdown es)
785786
@compiled))
786787

787788
(defn compile-sources

0 commit comments

Comments
 (0)