Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Oct 28, 2024
1 parent eea6301 commit ba70cc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dali/viewer.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
(fn []
(set-result nil)
(println "processing dali-spec..")
(println "spec: " dali-spec)
(-> (process dali-spec)
(p/then (fn [result]
(println "processing dali-spec success!")
Expand All @@ -89,10 +90,10 @@

))

#_(defn viewer-wrapped [dali-spec]
(defn viewer2 [dali-spec]
[:f> viewer-impl dali-spec])

(defn viewer2 [dali-spec]
#_(defn viewer2 [dali-spec]
[:> viewer-impl dali-spec])


Expand Down

0 comments on commit ba70cc5

Please sign in to comment.