mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
@@ -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);
|
||||
|
Reference in New Issue
Block a user