Skip to content

Commit a48bb93

Browse files
committed
execution error output improved
1 parent 2753870 commit a48bb93

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/org/scm4j/releaser/cli

1 file changed

+2
-0
lines changed

src/main/java/org/scm4j/releaser/cli/CLI.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ private void printException(String[] args, Exception e, PrintStream ps) {
143143
if (e instanceof RuntimeException) {
144144
lastException = (RuntimeException) e;
145145
}
146+
ps.println();
147+
ps.print("EXECUTION FAILED: ");
146148
if (ArrayUtils.contains(args, Option.STACK_TRACE.getCmdLineStr())) {
147149
e.printStackTrace(ps);
148150
} else {

0 commit comments

Comments
 (0)