Skip to content
Snippets Groups Projects

Print stack traces in console

Closed Christopher Guindon requested to merge github/fork/akondasif/master into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -88,8 +88,7 @@ public class MavenWrapperDownloader {
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);
}
}
Loading