Skip to content

Commit a7ef4b6

Browse files
Breaking change fix
1 parent b637252 commit a7ef4b6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

core/src/main/java/dev/vml/es/acm/core/code/CodePrintStream.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ public class CodePrintStream extends PrintStream {
4242

4343
private boolean printerTimestamps;
4444

45+
public CodePrintStream(OutputStream output, String id) {
46+
this(output, id, null);
47+
}
48+
4549
public CodePrintStream(OutputStream output, String id, LogInterceptorManager logInterceptorManager) {
4650
super(output);
4751

0 commit comments

Comments
 (0)