update AnsiColorWrapper.java

Signed-off-by: Tom Xin <766781886@qq.com>
This commit is contained in:
Tom Xin 2022-09-01 11:44:05 +00:00 committed by Gitee
parent aab4d29dc2
commit b877ae2a77
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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);