mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
update AnsiColorWrapper.java
Signed-off-by: Tom Xin <766781886@qq.com>
This commit is contained in:
parent
aab4d29dc2
commit
b877ae2a77
@ -52,7 +52,7 @@ public class AnsiColorWrapper {
|
||||
return item;
|
||||
}
|
||||
}
|
||||
throw new IllegalArgumentException(StrUtil.format("No matched Background instance,code={}",this.code));
|
||||
throw new IllegalArgumentException(StrUtil.format("No matched AnsiBackground instance,code={}",this.code));
|
||||
}
|
||||
if (foreOrBack == ForeOrBack.FORE){
|
||||
return Ansi8BitColor.foreground(this.code);
|
||||
|
Loading…
x
Reference in New Issue
Block a user