Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed May 12, 2014
1 parent c60e121 commit 8b0740d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public String execute(Message message) {
PrintWriter pw = new PrintWriter(sw);
e.printStackTrace(pw);

return "Unknown java error: " + sw.toString().replaceAll("\n", "").replaceAll("\r", "");
return "Unknown java error: " + sw.toString().replaceAll("[\n\f\r]", "");
}
}

Expand Down

0 comments on commit 8b0740d

Please sign in to comment.