From e87323448bcdda064a69b5302512bc56c13da303 Mon Sep 17 00:00:00 2001 From: Michael Muller Date: Thu, 18 Oct 2018 14:41:46 -0400 Subject: [PATCH] Added Snuff!!! in shell output. --- java/google/registry/tools/ShellCommand.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/google/registry/tools/ShellCommand.java b/java/google/registry/tools/ShellCommand.java index dafb29bcd..dcdf9204a 100644 --- a/java/google/registry/tools/ShellCommand.java +++ b/java/google/registry/tools/ShellCommand.java @@ -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;