executeScript(scriptFileName, session);
result = session.execute(command);
}
if (result != null)
{
session.getConsole().println(session.format(result, Converter.INSPECT));
}
} catch (Throwable t) {
try {
if (t instanceof CommandNotFoundException) {
LOGGER.debug("Unknown command entered", t);