mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update method of com.taobao.arthas.core.view.Ansi#bgCyan from this.fg(Color.CYAN) to this.bg(Color.CYAN) fix #427
This commit is contained in:
@@ -391,7 +391,7 @@ public class Ansi {
|
||||
}
|
||||
|
||||
public Ansi bgCyan() {
|
||||
return this.fg(Color.CYAN);
|
||||
return this.bg(Color.CYAN);
|
||||
}
|
||||
|
||||
public Ansi bgDefault() {
|
||||
|
||||
Reference in New Issue
Block a user