forked from I2P_Developers/i2p.i2p
Console: Don't lose tabs in log messages
This commit is contained in:
@@ -278,6 +278,7 @@ public class LogsHelper extends HelperBase {
|
||||
msg = msg.substring(0, msg.length() - NL.length());
|
||||
// replace \n so that exception stack traces will format correctly and will paste nicely into pastebin
|
||||
msg = msg.replace("\n", "<br> \n");
|
||||
msg = msg.replace("\t", " ");
|
||||
buf.append("<li>");
|
||||
if (colorize) {
|
||||
// TODO this would be a lot easier if LogConsoleBuffer stored LogRecords instead of formatted strings
|
||||
|
||||
Reference in New Issue
Block a user