mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-02-05 16:44:47 +08:00
feat: [STDERR/] as error message.
This commit is contained in:
parent
9cee8fa49f
commit
f2ff523109
@ -102,7 +102,7 @@ public enum Log4jLevel {
|
||||
}
|
||||
}
|
||||
|
||||
if (line.contains("STDERR]")) {
|
||||
if (line.contains("STDERR]") || line.contains("[STDERR/]")) {
|
||||
level = ERROR;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user