Skip to content

Commit

Permalink
Try to print exception message when catching
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Jan 14, 2024
1 parent 32a1622 commit 19365b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ package object runtime {
thread: Thread,
throwable: Throwable
): Unit = {
System.err.println(throwable.getMessage())
// try
// handler.uncaughtException(thread, throwable)
()
Expand Down

0 comments on commit 19365b3

Please sign in to comment.