Skip to content

Commit 857a238

Browse files
committed
Help
1 parent d13fdc2 commit 857a238

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/cljfx/dev.clj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,10 @@
182182
(let [r @registry
183183
props (get-in r [:props fx-type])
184184
type (get-in r [:types fx-type])]
185-
(println "Cljfx type:")
186-
(println fx-type)
187-
(println)
185+
(when (or type props)
186+
(println "Cljfx type:")
187+
(println fx-type)
188+
(println))
188189
(when (symbol? (:of type))
189190
(println "Instance class:")
190191
(println (:of type))

0 commit comments

Comments
 (0)