pull/12272/head
Stephane Nicoll 7 years ago
parent b4c901cab6
commit 569bad16da

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

Loading…
Cancel
Save