You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the DefaultErrorHandler Class to automatically show the content of otherwise uncatched exceptions.
But the text area is always empty, due to the commented out line //e.printStackTrace(writer) in the ErrorHandler.kt File.
The fix would be quite easy - just add back that line. That fixed it for me. But I was wondering about the reason, that line is commented out. Does it break anything?
The text was updated successfully, but these errors were encountered:
I'm using the DefaultErrorHandler Class to automatically show the content of otherwise uncatched exceptions.
But the text area is always empty, due to the commented out line
//e.printStackTrace(writer)
in the ErrorHandler.kt File.The fix would be quite easy - just add back that line. That fixed it for me. But I was wondering about the reason, that line is commented out. Does it break anything?
The text was updated successfully, but these errors were encountered: