Skip to content

Commit 9dfe27f

Browse files
authored
Merge pull request #1 from ojw/awalk-list-fix
Add missing <! in list case of awalk
2 parents ee4a7ec + b90ded1 commit 9dfe27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jtk_dvlp/async.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
(go
184184
(cond
185185
(list? form)
186-
(<outer (apply list (<! (amap <inner form))))
186+
(<! (<outer (apply list (<! (amap <inner form)))))
187187

188188
#?(:cljs (map-entry? form) :clj (instance? clojure.lang.IMapEntry form))
189189
(do

0 commit comments

Comments
 (0)