log.debug("Problem filling Groovy Shell bindings; this is non-terminal: ", t);
}
}
}
}
IO io = new IO(new BackspaceWrappingInputStream(session.getKeyboard()), session.getConsole(), session.getConsole());
final Groovysh groovy = new Groovysh(binding, io);
session.getConsole().println(getMessage());
// This makes the Groovy shell lavender. Not sure I'm a huge fan of that, but I like it being a different color.
// Perhaps a light gray?