}
}
try {
if (operatingSystem.isWindows()) {
return new WindowsConsoleDetector();
}
} catch (LinkageError e) {
// Thrown when jna cannot initialize the native stuff
LOGGER.debug("Unable to load native library. Continuing with fallback. Failure: {}", format(e));
}