Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
de75b56d
Commit
de75b56d
authored
May 03, 2022
by
Melledy
Browse files
Fix jline in eclipse
parent
09125f8e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/utils/JlineLogbackAppender.java
View file @
de75b56d
...
...
@@ -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
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment