Added Snuff!!! in shell output.

This commit is contained in:
Michael Muller 2018-10-18 14:41:46 -04:00 committed by GitHub
parent f5b95f8230
commit 72c6b5de72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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