小修复

This commit is contained in:
TomXin 2022-08-28 17:19:38 +08:00
parent 807f693749
commit 25be5141b5

View File

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