mirror of
https://github.com/google/nomulus.git
synced 2025-06-09 22:14:45 +02:00
Added Snuff!!! in shell output.
This commit is contained in:
parent
eb86e4f88c
commit
e87323448b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue