Skip to content

Commit

Permalink
Merge pull request #1 from jplag/master
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
sdk2 authored Apr 8, 2018
2 parents 5e79306 + b7a186f commit a17ec06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jplag/src/main/java/jplag/JPlag.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public static void main(String[] args) {
}
catch(ExitException ex) {
System.out.println("Error: "+ex.getReport());
System.exit(1);
}
}
}
Expand Down

0 comments on commit a17ec06

Please sign in to comment.