mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 02:34:07 +00:00
Fix jline in eclipse
This commit is contained in:
parent
09125f8e91
commit
de75b56d6c
@ -14,7 +14,7 @@ public class JlineLogbackAppender extends ConsoleAppender<ILoggingEvent> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Arrays.stream(
|
Arrays.stream(
|
||||||
new String(encoder.encode(eventObject)).split("\n")
|
new String(encoder.encode(eventObject)).split("\n\r")
|
||||||
).forEach(Grasscutter.getConsole()::printAbove);
|
).forEach(Grasscutter.getConsole()::printAbove);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user