I found the bug in my program. I was calling a function that didn't exist in the given namespace. (this is called on startup)
Just to confirm, the expected behavior is that this will produce a stacktrace in the js console? I can try using git bisect if this is supposed to work. On Fri, Jul 6, 2012 at 2:32 AM, David Nolen <[email protected]> wrote: > Sounds like we need more information. Have you tried git bisect to > determine the specific revision? > > David > > On Fri, Jul 6, 2012 at 2:27 AM, kovas boguta <[email protected]> wrote: >>> The odd thing is, when I evaluate the same input at the js repl in the >>> terminal, it works. So now there are two problems :0 >>> >> >> Sorry, the js repl in the browser. Getting late. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with your >> first post. >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
