Skip to content

Commit 7628eb7

Browse files
committed
better error message
1 parent 5060a25 commit 7628eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/codefork/aoc2024/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static void main(String[] args) {
3333
if(runAll) {
3434
return;
3535
} else {
36-
System.err.println("ERROR: Couldn't find class, does it exist?");
36+
System.err.println("ERROR: Couldn't find class " + className + ", does it exist?");
3737
System.exit(1);
3838
}
3939
}

0 commit comments

Comments
 (0)