Skip to content

Commit a7b9af1

Browse files
committed
Update PrintNumbers.kscr
1 parent 2689ee2 commit a7b9af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PrintNumbers.kscr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class PrintNumbers implements Throwable {
7272
try {
7373
obj.callThroingMethod();
7474
} catch (Throwable t) {
75-
stdio <<- "no this time yet, tho! we caught it: " + t + endl;
75+
stdio <<- "no this time yet, tho! we caught it: " + t.Message + endl;
7676
} finally {
7777
stdio <<- "and another time, finalization blocks" + endl;
7878
}

0 commit comments

Comments
 (0)