Added Snuff!!! in shell output.

This commit is contained in:
Michael Muller 2018-10-18 14:41:46 -04:00 committed by GitHub
parent eb86e4f88c
commit e87323448b

View file

@ -186,6 +186,7 @@ public class ShellCommand implements Command {
} }
Exception lastError = null; Exception lastError = null;
try { try {
System.out.println("Barf!!!");
runner.run(lineArgs); runner.run(lineArgs);
} catch (Exception e) { } catch (Exception e) {
lastError = e; lastError = e;