We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa94b0 commit e267fedCopy full SHA for e267fed
test-harness/config/Coldbox.cfc
@@ -113,7 +113,11 @@ component{
113
moduleName = request.MODULE_NAME,
114
invocationPath = "moduleroot"
115
);
116
- controller.getRenderer().loadApplicationHelpers( true );
+ try {
117
+ controller.getRenderer().loadApplicationHelpers( true );
118
+ } catch ( any e ) {
119
+ writeDump( var=e, output="console" );
120
+ }
121
}
122
123
0 commit comments