mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
小修复
This commit is contained in:
@@ -52,7 +52,7 @@ public class AnsiColorWrapper {
|
||||
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){
|
||||
return Ansi8BitColor.foreground(code);
|
||||
|
Reference in New Issue
Block a user