Skip to content

Commit

Permalink
Show full stacktrace on IOException
Browse files Browse the repository at this point in the history
  • Loading branch information
pbloem committed Aug 23, 2016
1 parent 286f334 commit 561a0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/nl/peterbloem/motive/exec/Run.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public static void main(String[] args)


} catch (IOException e) {
throw new IllegalArgumentException("There was a problem reading the input file ("+file+").");
throw new IllegalArgumentException("There was a problem reading the input file ("+file+").", e);
}

CompareLarge large = new CompareLarge();
Expand Down

0 comments on commit 561a0ee

Please sign in to comment.