Skip to content

Commit

Permalink
Throw
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jan 17, 2020
1 parent 21b6d6e commit 4e523be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private void generate() {
writer.write(proguardRules);
}
} catch (IOException e) {
e.printStackTrace();
throw new RuntimeException(e);
}
}

Expand Down

0 comments on commit 4e523be

Please sign in to comment.