mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
@@ -52,7 +52,7 @@ public class AnsiColorWrapper {
|
|||||||
return item;
|
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){
|
if (foreOrBack == ForeOrBack.FORE){
|
||||||
return Ansi8BitColor.foreground(this.code);
|
return Ansi8BitColor.foreground(this.code);
|
||||||
|
Reference in New Issue
Block a user