Skip to content

Commit dcfee99

Browse files
committed
tweaking version msg
1 parent 23bb861 commit dcfee99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/clojure/clojure/core/async/impl/dispatch.clj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@
7878
(when (or (< maj major)
7979
(< min minor)
8080
(< incr incremental))
81-
(throw (ex-info (str "Clojure version greater than or equal to " maj "." min "." incr
82-
" required to the the go block analyzer.")
81+
(throw (ex-info (str "core.async go block expander requires Clojure version ≥"
82+
maj "." min "." incr
83+
" to load")
8384
{:clojure-version *clojure-version*})))))
8485

8586
(def virtual-threads-available?

0 commit comments

Comments
 (0)