Closed WhoBrokeTheBuild closed 6 months ago
e.getMessage() sometimes returned null, but just e will always print something Add a printStackTrace() for InvocationTargetException exceptions to show the encapsulated error
Confirmed changes match description above.
Will approve this PR after it passes the Jenkins build test.
e.getMessage() sometimes returned null, but just e will always print something Add a printStackTrace() for InvocationTargetException exceptions to show the encapsulated error