Skip to content

Commit

Permalink
Fix NoOpDebugDataDumper
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Apr 15, 2024
1 parent b4b7859 commit 18a5fc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class NoOpDebugDataDumper extends DebugDataDumper {

public NoOpDebugDataDumper() {
super(Path.of("/"), true);
super(Path.of("."), true);
}

@Override
Expand Down

0 comments on commit 18a5fc6

Please sign in to comment.