We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673bfd6 commit df48c32Copy full SHA for df48c32
1 file changed
quickcheck/src/main/java/fj/test/reflect/Main.java
@@ -43,7 +43,7 @@ public void f(final P2<String, CheckResult> r) {
43
}
44
});
45
} catch(ClassNotFoundException e) {
46
- System.err.println(e);
+ e.printStackTrace();
47
//noinspection CallToSystemExit
48
exit(144);
49
0 commit comments