Dojo empty console objects

Suddenly the bugs that Dojo (1.8.3 from Google CDN) spits out empty bugs making it hard to debug. For example, if I forget the require

addict before using it, I get the usual

> dojo/parser::parse() error ReferenceError {} 

      

... in the error console, but I remember ReferenceError

there was more information in it (the spindown arrow was pointed) giving me the error arguments, as well as a message to make it easy to figure out what I did wrong.

I have it isDebug : true

in my dojoConfig but I just don't want to tell anything.

What gives?

+3


source to share


1 answer


I had the same problem using Dojo 1.8.3. When I close the developer tool console and then reopen it, Error had a spindown and more details as expected. Sounds silly, but try it and see if it "fixes" it for you. I was planning to delve a little more into this, so if I find any further details I will make sure to update their answer.



+1


source







All Articles