mirror of
https://github.com/google/nomulus.git
synced 2025-06-10 06:24: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;
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue