mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: process user_stats.ini
This commit is contained in:
parent
2a6b757e37
commit
71e7f1ee58
3 changed files with 8 additions and 4 deletions
|
@ -10,6 +10,10 @@ log.transports.file.resolvePathFn = (
|
|||
return path.join(logsPath, "pythoninstance.txt");
|
||||
}
|
||||
|
||||
if (message?.scope == "achievements") {
|
||||
return path.join(logsPath, "achievements.txt");
|
||||
}
|
||||
|
||||
if (message?.level === "error") {
|
||||
return path.join(logsPath, "error.txt");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue