|
|
|
@ -151,7 +151,7 @@ public abstract class AnsiOutput {
|
|
|
|
|
if ((consoleAvailable == null) && (System.console() == null)) {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
return !(OPERATING_SYSTEM_NAME.indexOf("win") >= 0);
|
|
|
|
|
return !(OPERATING_SYSTEM_NAME.contains("win"));
|
|
|
|
|
}
|
|
|
|
|
catch (Throwable ex) {
|
|
|
|
|
return false;
|
|
|
|
|