Browser Console of Firefox vs Chrome

I was playing around with meteor and suddenly, things stopped working.
I fired up the web console of Firefox (my default browser) and this is what it showed:

Its only showing the error as a single, big, quoted string! Not helpful at all!

Now when I start Google Chrome and use its builtin console, this is what is showed:

Now this is what I call helpful debugging! It showed what exactly went wrong (I had made a simple typo in a variable name).

My question is, is there any way I can make the console in Firefox display errors like this?

I like Chrome’s console much better. It reveals more useful information and it arranges it in a way that’s easier for me to read. An improvement to Firefox’s console would be welcome.

Usually, error messages in Chrome are better, but sometimes it’s the opposite.
It’s also different between versions…