mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
小修复
This commit is contained in:
parent
807f693749
commit
25be5141b5
@ -52,7 +52,7 @@ public class AnsiColorWrapper {
|
|||||||
return item;
|
return item;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw new IllegalArgumentException(StrUtil.format("No matched Background instance,code=",code));
|
throw new IllegalArgumentException(StrUtil.format("No matched Background instance,code={}",code));
|
||||||
}
|
}
|
||||||
if (foreOrBack == ForeOrBack.FORE){
|
if (foreOrBack == ForeOrBack.FORE){
|
||||||
return Ansi8BitColor.foreground(code);
|
return Ansi8BitColor.foreground(code);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user