Skip to content

Commit

Permalink
Merge pull request #4 from akondasif/master
Browse files Browse the repository at this point in the history
Stack traces should not be in console
  • Loading branch information
anyulled authored Jul 6, 2020
2 parents 9e2cf25 + 603a35d commit 9061747
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .mvn/wrapper/MavenWrapperDownloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ public static void main(String args[]) {
System.out.println("Done");
System.exit(0);
} catch (Throwable e) {
System.out.println("- Error downloading");
e.printStackTrace();
System.out.println("- Error downloading: " + e.getMessage() );
System.exit(1);
}
}
Expand Down

0 comments on commit 9061747

Please sign in to comment.