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 2689ee2 commit a7b9af1Copy full SHA for a7b9af1
examples/PrintNumbers.kscr
@@ -72,7 +72,7 @@ public class PrintNumbers implements Throwable {
72
try {
73
obj.callThroingMethod();
74
} catch (Throwable t) {
75
- stdio <<- "no this time yet, tho! we caught it: " + t + endl;
+ stdio <<- "no this time yet, tho! we caught it: " + t.Message + endl;
76
} finally {
77
stdio <<- "and another time, finalization blocks" + endl;
78
}
0 commit comments