I am using Trigger.io to deploy my application. I am also using catalyst as my debugging tool http://trigger.io/catalyst/.
The issue I am facing is that in the debug console, errors don't seem to be registered
For instance, I deliberately created an error in my js file
However when I check the console in catalyst, no error is displayed
Do I need to alter any configuration for errors to be shown in catalyst?