Skip to content

Commit

Permalink
Update exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Mar 15, 2012
1 parent ce9add1 commit 8c5b455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions de4dot.cui/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public static int main(string[] args) {
catch (Exception ex) {
printStackTrace(ex);
Log.e("\nTry the latest version before reporting this problem!");
Log.e("Send bug reports to [email protected] or go to https://github.com/0xd4d/de4dot/issues");
exitCode = 1;
}

Expand Down

0 comments on commit 8c5b455

Please sign in to comment.