503504505506507508509510511512513
if (outputStream == null) { outputStream = System.out; } Terminal terminal; if (environment.isEmbedded()) { terminal = new IdeTerminal(); } else if (OSUtils.isWindows())