Skip to content

Commit ae1b9cf

Browse files
committed
Fixes callback marker issue
1 parent 4c4be37 commit ae1b9cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject jtk-dvlp/core.async-helpers "3.0.0"
1+
(defproject jtk-dvlp/core.async-helpers "3.0.1-SNAPSHOT"
22
:description
33
"Helper pack for core.async"
44

Diff for: src/jtk_dvlp/async/interop/callback.cljc

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080

8181
marks-given?
8282
(->> forms
83-
(flatten)
83+
(tree-seq coll? seq)
84+
(filter symbol?)
8485
(some #{'callback 'resolve 'reject}))
8586

8687
forms'

0 commit comments

Comments
 (0)