Commit de75b56d authored by Melledy's avatar Melledy
Browse files

Fix jline in eclipse

parent 09125f8e
......@@ -14,7 +14,7 @@ public class JlineLogbackAppender extends ConsoleAppender<ILoggingEvent> {
return;
}
Arrays.stream(
new String(encoder.encode(eventObject)).split("\n")
new String(encoder.encode(eventObject)).split("\n\r")
).forEach(Grasscutter.getConsole()::printAbove);
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment