1
0
mirror of https://github.com/google/nomulus synced 2026-02-05 04:21:07 +00:00

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

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;