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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user