Skip to content

Commit da28a57

Browse files
committed
also print kaleidox entries
1 parent ba7d85d commit da28a57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/comroid/api/java/StackTraceUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public static void writeFilteredStacktrace(Throwable cause, PrintStream out, Str
122122
first = false;
123123
continue;
124124
}
125-
if (Stream.concat(Stream.of("java", "org.comroid"), EXTRA_FILTER_NAMES.stream())
125+
if (Stream.concat(Stream.of("java", "org.comroid", "de.kaleidox"), EXTRA_FILTER_NAMES.stream())
126126
.collect(Streams.append(pkgs))
127127
.anyMatch(element.getClassName()::startsWith))
128128
out.println("\tat " + element);

0 commit comments

Comments
 (0)