Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Oct 4, 2023
1 parent f596cf7 commit 4ebf96d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.fusesource.jansi.internal.AnsiConsoleSupport;

public final class AnsiConsoleSupportImpl extends AnsiConsoleSupport {
public AnsiConsoleSupportImpl(String providerName) {
public AnsiConsoleSupportImpl() {
super("stty");
}

Expand Down

0 comments on commit 4ebf96d

Please sign in to comment.