I have a REPL connected to the browser. I wrote a function called `test1`, called it from the REPL, and got an error. Is there a way to see a stack trace? Typing `*e` as I would in normal Clojure REPL did not work.
=> (test1) #object[TypeError TypeError: null is not an object (evaluating 'elt.innerHTML = html')] someapp$dom#html_BANG_ (file:/[...]/src/main/clj/someapp/dom.cljs:118:22) nil (If it matters, I'm using figwheel.) thanks, Rob -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
