Add some system outs to debug test fail

This commit is contained in:
2024-01-12 08:57:40 -06:00
parent 4286001b4d
commit e5c35e90a6

View File

@ -730,6 +730,11 @@ public class QJavalinApiHandler
}
catch(Exception e)
{
/////////////////////////////////////////////////
// add some logging to diagnose a test failing //
/////////////////////////////////////////////////
System.out.println("Caught exception in doSpecHtml"); // todo - remove
e.printStackTrace();
handleException(context, e);
}
}